2016-12-13 17:35:06 -08:00
|
|
|
{
|
|
|
|
"angularCompilerOptions": {
|
2019-08-20 10:52:31 -07:00
|
|
|
"debug": true,
|
|
|
|
"enableIvy": false
|
2016-12-13 17:35:06 -08:00
|
|
|
},
|
|
|
|
|
|
|
|
"compilerOptions": {
|
2019-01-22 18:46:51 +01:00
|
|
|
"baseUrl": ".",
|
|
|
|
"declaration": true,
|
2016-12-13 17:35:06 -08:00
|
|
|
"experimentalDecorators": true,
|
2019-01-22 18:46:51 +01:00
|
|
|
"lib": ["es6", "dom"],
|
2016-12-13 17:35:06 -08:00
|
|
|
"moduleResolution": "node",
|
2019-01-22 18:46:51 +01:00
|
|
|
"noImplicitAny": true,
|
2016-12-13 17:35:06 -08:00
|
|
|
"rootDir": "",
|
2019-01-22 18:46:51 +01:00
|
|
|
"target": "es5",
|
2017-01-24 09:04:11 -08:00
|
|
|
"types": []
|
2016-12-13 17:35:06 -08:00
|
|
|
}
|
2019-01-22 18:46:51 +01:00
|
|
|
}
|