mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
21 lines
384 B
JSON
21 lines
384 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"declaration": false,
|
||
|
|
"emitDecoratorMetadata": true,
|
||
|
|
"experimentalDecorators": true,
|
||
|
|
"lib": ["es6", "dom"],
|
||
|
|
"module": "es6",
|
||
|
|
"moduleResolution": "node",
|
||
|
|
"sourceMap": true,
|
||
|
|
"target": "es5",
|
||
|
|
"jsx": "react"
|
||
|
|
},
|
||
|
|
"exclude": [
|
||
|
|
"**/*.spec.ts",
|
||
|
|
"node_modules",
|
||
|
|
"vendor",
|
||
|
|
"public"
|
||
|
|
],
|
||
|
|
"compileOnSave": false
|
||
|
|
}
|