28 lines
748 B
JSON
28 lines
748 B
JSON
![]() |
{
|
||
|
"compileOnSave": false,
|
||
|
"compilerOptions": {
|
||
|
"target": "es2017",
|
||
|
"lib": ["es2017", "esnext.asynciterable"],
|
||
|
"typeRoots": ["node_modules/@types"],
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"forceConsistentCasingInFileNames": true,
|
||
|
"moduleResolution": "node",
|
||
|
"module": "ESNext",
|
||
|
"pretty": true,
|
||
|
"sourceMap": true,
|
||
|
"declaration": true,
|
||
|
"outDir": "./dist",
|
||
|
"allowJs": true,
|
||
|
"noEmit": false,
|
||
|
"esModuleInterop": true,
|
||
|
"resolveJsonModule": true,
|
||
|
},
|
||
|
"ts-node": {
|
||
|
"esm": true,
|
||
|
"experimentalSpecifierResolution": "node",
|
||
|
},
|
||
|
"include": ["src/**/*.ts", "src/**/*.json", ".env"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|