forbid dynamic type acquisition for typescript

was useful during refactoring but makes no sense now
This commit is contained in:
Vyrtsev Mikhail
2019-04-20 20:47:37 +03:00
parent c078bc31a6
commit 68294fd3d2
-1
View File
@@ -23,5 +23,4 @@
},
"include": ["app/**/*"],
"exclude": ["node_modules"],
"typeAcquisition": { "enable": true }
}