25 lines
No EOL
651 B
JSON
25 lines
No EOL
651 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"removeComments": true,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": [
|
|
"esnext",
|
|
"dom"
|
|
],
|
|
"moduleResolution":"node",
|
|
"sourceMap": true,
|
|
"noImplicitReturns": true,
|
|
"noUnusedParameters": true,
|
|
"pretty": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"noImplicitAny": false
|
|
// "moduleResolution": "node"
|
|
},
|
|
// "include": ["src/**/*.ts", "src/**/*.json", ".env"],
|
|
// "exclude": ["node_modules"]
|
|
|
|
} |