2017-01-26 10:27:07 +01:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
2017-09-29 14:55:44 -07:00
|
|
|
"debug": true,
|
2019-08-20 10:52:31 -07:00
|
|
|
"enableSummariesForJit": true,
|
|
|
|
"enableIvy": false
|
2017-01-26 10:27:07 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
2019-01-22 18:46:51 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
2017-01-26 10:27:07 +01:00
|
|
|
"experimentalDecorators": true,
|
2019-01-22 18:46:51 +01:00
|
|
|
"lib": ["es6", "dom"],
|
2017-01-26 10:27:07 +01:00
|
|
|
"moduleResolution": "node",
|
2019-01-22 18:46:51 +01:00
|
|
|
"noImplicitAny": true,
|
|
|
|
"outDir": "./xi18n-out",
|
2017-01-26 10:27:07 +01:00
|
|
|
"rootDir": "",
|
2019-01-22 18:46:51 +01:00
|
|
|
"skipLibCheck": true,
|
2019-10-14 18:00:17 -07:00
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": ["node_modules/@types"]
|
2017-01-26 10:27:07 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"files": [
|
|
|
|
"src/module",
|
|
|
|
"src/bootstrap",
|
|
|
|
"test/all_spec",
|
2019-01-22 18:46:51 +01:00
|
|
|
"test/test_ngtools_api"
|
2017-01-26 10:27:07 +01:00
|
|
|
]
|
|
|
|
}
|