mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-28 09:24:24 +01:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es6", "dom", "es2015.collection", "es2015.iterable"],
|
|
"module": "ES2020",
|
|
"moduleResolution": "node",
|
|
"sourceMap": true,
|
|
"target": "es5",
|
|
"jsx": "react",
|
|
"noEmit": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"downlevelIteration": true,
|
|
},
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"node_modules",
|
|
"vendor",
|
|
"public"
|
|
],
|
|
"compileOnSave": false
|
|
}
|