mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-24 03:06:16 +00:00
14 lines
327 B
JSON
14 lines
327 B
JSON
{
|
|
"extends": "../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"types": [],
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"files": ["main.ts", "polyfills.ts"],
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
}
|