new version for latest webpack 4.28.x
This commit is contained in:
+2
-2
@@ -8,9 +8,9 @@
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"lib": [ "es6", "dom" ],
|
||||
"types": [ "webpack-env" ],
|
||||
"types": [ ],
|
||||
"allowJs": true
|
||||
},
|
||||
"exclude": [ "bin", "node_modules" ],
|
||||
"exclude": [ "bin", "node_modules", "webpack.common.js", "webpack.dev.js", "webpack.prod.js" ],
|
||||
"atom": { "rewriteTsconfig": false }
|
||||
}
|
||||
Reference in New Issue
Block a user