2024-12-09 23:12:07 +08:00

19 lines
432 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"moduleResolution": "node",
"declaration": false,
"noImplicitAny": false,
"removeComments": true,
"strictNullChecks": true,
"noImplicitReturns": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true
},
"include": [
"src/**/*",
"**/*.ts"
]
}