UNPKG

@wjunt/webpack-config

Version:

Presets of webpack config

23 lines (22 loc) 448 B
{ "compilerOptions": { "target": "es5", "module": "esnext", "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "noImplicitThis": true, "lib": [ "dom", "webworker.importscripts", "es5", "es2015.core", "es2015.promise", "es2016.array.include", "es2017.object", "es2017.string", "es2019.array" ], "allowJs": true } }