Skip to content

Commit

Permalink
Set noImplicitAny to false
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Apr 10, 2020
1 parent b5a6668 commit 1de5d3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/primitives/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"declarationDir": "build-types",

"noImplicitAny": false,
"declarationDir": "build-types"
},
"include": [ "src/**/*" ],
"references": [ { "path": "../element" } ]
Expand Down

0 comments on commit 1de5d3a

Please sign in to comment.