fix(config): stricter typescript for better type inference
This commit is contained in:
parent
3e31002df9
commit
56fff9d583
|
@ -4,6 +4,7 @@
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
|
"noImplicitAny": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"typeRoots": ["node_modules", "node_modules/@types"],
|
"typeRoots": ["node_modules", "node_modules/@types"],
|
||||||
"types": [
|
"types": [
|
||||||
|
|
Loading…
Reference in New Issue