packages/core: disallow implicit any

This commit is contained in:
Patrik Oldsberg
2020-04-23 11:04:01 +02:00
parent 8777ee7487
commit f807eefb96
+1 -2
View File
@@ -2,7 +2,6 @@
"extends": "../../tsconfig.json",
"include": ["src"],
"compilerOptions": {
"baseUrl": "src",
"noImplicitAny": false
"baseUrl": "src"
}
}