2016-12-14 01:35:06 +00:00
|
|
|
{
|
|
|
|
|
"angularCompilerOptions": {
|
2022-09-05 09:52:20 +00:00
|
|
|
"debug": true
|
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,
|
2021-12-16 13:11:53 +00:00
|
|
|
"lib": ["es2015", "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": "",
|
2021-12-16 13:11:53 +00:00
|
|
|
"target": "es2015",
|
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
|
|
|
}
|