2016-10-24 20:28:23 +00:00
|
|
|
{
|
|
|
|
|
"angularCompilerOptions": {
|
2022-09-05 09:52:20 +00:00
|
|
|
"skipTemplateCodegen": true
|
2016-10-24 20:28:23 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"compilerOptions": {
|
2019-01-22 17:46:51 +00:00
|
|
|
"baseUrl": ".",
|
2016-10-24 20:28:23 +00:00
|
|
|
"declaration": true,
|
2019-01-22 17:46:51 +00:00
|
|
|
"experimentalDecorators": true,
|
2021-12-16 13:11:53 +00:00
|
|
|
"lib": ["es2015", "dom"],
|
2019-01-22 17:46:51 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
|
"noImplicitAny": true,
|
2017-01-05 19:34:42 +00:00
|
|
|
"outDir": "../node_modules/third_party",
|
2019-01-22 17:46:51 +00:00
|
|
|
"rootDir": "",
|
2021-12-16 13:11:53 +00:00
|
|
|
"target": "es2015",
|
2019-10-15 01:00:17 +00:00
|
|
|
"typeRoots": ["../node_modules/@types"]
|
2017-01-05 19:34:42 +00:00
|
|
|
}
|
2019-01-22 17:46:51 +00:00
|
|
|
}
|