29 lines
554 B
JSON
29 lines
554 B
JSON
{
|
|
"angularCompilerOptions": {
|
|
"debug": true,
|
|
"enableSummariesForJit": true,
|
|
"enableIvy": false
|
|
},
|
|
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"declaration": true,
|
|
"experimentalDecorators": true,
|
|
"lib": ["es6", "dom"],
|
|
"moduleResolution": "node",
|
|
"noImplicitAny": true,
|
|
"outDir": "./xi18n-out",
|
|
"rootDir": "",
|
|
"skipLibCheck": true,
|
|
"target": "es5",
|
|
"typeRoots": ["node_modules/@types"]
|
|
},
|
|
|
|
"files": [
|
|
"src/module",
|
|
"src/bootstrap",
|
|
"test/all_spec",
|
|
"test/test_ngtools_api"
|
|
]
|
|
}
|