This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
machines-backup/products/poly-mech/tsconfig.json
2024-10-01 17:06:14 +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"
]
}