15 lines
281 B
JSON
15 lines
281 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"module": "CommonJS",
|
||
|
|
"target": "es6",
|
||
|
|
"sourceMap": true,
|
||
|
|
"declaration": true,
|
||
|
|
"declarationMap": true,
|
||
|
|
"lib": ["ES2021"],
|
||
|
|
"outDir": "dist",
|
||
|
|
"rootDir": "./src"
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"]
|
||
|
|
}
|