Skip to content

Commit

Permalink
fix tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
0xStrobe committed Oct 3, 2022
1 parent 5f38a66 commit 9e52c7e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
}
},
"compilerOptions": {
// typescript options here
"typeRoots": [
"./typings/",
"./node_modules/@types/"
]
"noImplicitAny": false,
"strictNullChecks": false,
"typeRoots": ["./typings/", "./node_modules/@types/"]
}
}
}

0 comments on commit 9e52c7e

Please sign in to comment.