flexi-bot/tsconfig.json

20 lines
424 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "ES2020",
"allowJs": true,
"noImplicitAny": false,
"noImplicitThis": false,
"alwaysStrict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"inlineSources": true,
"inlineSourceMap": true,
"pretty": true,
"outDir": "./",
"allowSyntheticDefaultImports": true
},
"files": [
"./tasks/Gruntfile.ts"
]
}