mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-11-29 10:24:20 +01:00
24 lines
501 B
JSON
24 lines
501 B
JSON
{
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["dom", "dom.iterable", "es2019"],
|
|
"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
|
|
}
|