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