machines/products/poly-mech/tsconfig.json
2024-08-18 21:05:57 +02:00

21 lines
406 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"
]
}