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