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:
@@ -2,6 +2,7 @@
|
||||
"compilerOptions": {
|
||||
"pretty": true,
|
||||
"moduleResolution": "node",
|
||||
"noImplicitAny": true,
|
||||
"target": "ES6",
|
||||
"module": "commonjs",
|
||||
"lib": ["es5", "es6", "dom"],
|
||||
|
||||
Reference in New Issue
Block a user