1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 04:43:03 +03:00

Update tsconfig.json

This commit is contained in:
Eugene Pankov 2022-06-26 16:19:16 +02:00
parent 84901fb9cf
commit e5cefc5f9f
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -44,5 +44,10 @@
"../node_modules",
"../../app/node_modules"
]
}
},
"angularCompilerOptions": {
"strictTemplates": true,
"enableResourceInlining": true,
"strictInjectionParameters": true,
},
}