2017-03-20 23:31:11 +00:00
|
|
|
{
|
|
|
|
|
"angularCompilerOptions": {
|
|
|
|
|
"flatModuleId": "flat_module",
|
|
|
|
|
"flatModuleOutFile": "index.js",
|
2022-09-05 09:52:20 +00:00
|
|
|
"skipTemplateCodegen": true
|
2017-03-20 23:31:11 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"compilerOptions": {
|
2019-01-22 17:46:51 +00:00
|
|
|
"baseUrl": ".",
|
2017-03-20 23:31:11 +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-03-20 23:31:11 +00:00
|
|
|
"outDir": "../node_modules/flat_module",
|
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-03-20 23:31:11 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
"files": ["public-api.ts"]
|
2019-01-22 17:46:51 +00:00
|
|
|
}
|