mirror of
https://github.com/Myxelium/Bridge-Multi.git
synced 2026-04-11 14:19:38 +00:00
10 lines
180 B
JSON
10 lines
180 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": [
|
|
"src/**/*.ts"
|
|
],
|
|
"angularCompilerOptions": {
|
|
"fullTemplateTypeCheck": true,
|
|
"strictInjectionParameters": true
|
|
}
|
|
} |