remove webpack-env from tsconfig types

This commit is contained in:
Kai Roeder 2019-09-09 17:22:24 +02:00
parent e9cefe9233
commit c7f23e88bc

View File

@ -3,7 +3,7 @@
"compileOnSave": false,
"compilerOptions": {
"outDir": "dist",
"types": ["webpack-env"],
"types": [],
"rootDir": "./src",
"resolveJsonModule": true
}