2016-10-24 13:28:23 -07:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
2019-08-20 10:52:31 -07:00
|
|
|
"skipTemplateCodegen": true,
|
|
|
|
"enableIvy": false
|
2016-10-24 13:28:23 -07:00
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
2019-01-22 18:46:51 +01:00
|
|
|
"baseUrl": ".",
|
2016-10-24 13:28:23 -07:00
|
|
|
"declaration": true,
|
2019-01-22 18:46:51 +01:00
|
|
|
"experimentalDecorators": true,
|
2016-10-24 13:28:23 -07:00
|
|
|
"lib": ["es6", "dom"],
|
2019-01-22 18:46:51 +01:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"noImplicitAny": true,
|
2017-01-05 11:34:42 -08:00
|
|
|
"outDir": "../node_modules/third_party",
|
2019-01-22 18:46:51 +01:00
|
|
|
"rootDir": "",
|
2019-10-14 18:00:17 -07:00
|
|
|
"target": "es5",
|
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2017-01-05 11:34:42 -08:00
|
|
|
}
|
2019-01-22 18:46:51 +01:00
|
|
|
}
|