1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 10:33:57 +00:00

Add noImplicitAny to tsc compiler options (#86)

This commit is contained in:
mtgto
2020-03-11 22:00:14 +09:00
committed by GitHub
parent 36241e9eac
commit d6c9acdf6f
3 changed files with 7 additions and 5 deletions

View File

@@ -2,6 +2,7 @@
"compilerOptions": {
"pretty": true,
"moduleResolution": "node",
"noImplicitAny": true,
"target": "ES6",
"module": "commonjs",
"lib": ["es5", "es6", "dom"],