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