mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
17 lines
318 B
JSON
17 lines
318 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"module": "esnext",
|
|
"files": [
|
|
"./main.ts"
|
|
],
|
|
"include": [
|
|
"./**/*.d.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"enableI18nLegacyMessageIdFormat": false,
|
|
"strictInjectionParameters": true,
|
|
"strictInputAccessModifiers": true,
|
|
"strictTemplates": true
|
|
}
|
|
}
|