Skip to content

Commit

Permalink
0xSpaceShard#287 TypeRoots - only from this dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shramee committed Dec 22, 2022
1 parent 2a9940b commit bc1ddc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"strictNullChecks": false,
"declaration": true,
"module": "commonjs",
"noImplicitOverride": true
"noImplicitOverride": true,
"typeRoots": ["./node_modules/@types"]
},
"include": ["./src", "config.json", "contract-artifacts/**/*.json"]
}

0 comments on commit bc1ddc0

Please sign in to comment.