26 lines
474 B
JSON
26 lines
474 B
JSON
|
{
|
||
|
"angularCompilerOptions": {
|
||
|
"annotationsAs": "static fields",
|
||
|
"annotateForClosureCompiler": true
|
||
|
},
|
||
|
|
||
|
"compilerOptions": {
|
||
|
"module": "es2015",
|
||
|
"moduleResolution": "node",
|
||
|
"target": "es6",
|
||
|
"noImplicitAny": false,
|
||
|
"sourceMap": false,
|
||
|
"experimentalDecorators": true,
|
||
|
"outDir": "built",
|
||
|
"declaration": true,
|
||
|
"types": []
|
||
|
},
|
||
|
|
||
|
"exclude": [
|
||
|
"vendor",
|
||
|
"node_modules",
|
||
|
"built",
|
||
|
"dist",
|
||
|
"src/main-jit.ts"
|
||
|
]
|
||
|
}
|