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