UNPKG

@rockpack/compiler

Version:

The easiest webpack config generator.

15 lines (14 loc) 309 B
{ "compilerOptions": { "sourceMap": true, "noImplicitAny": false, "target": "esnext", "jsx": "react", "experimentalDecorators": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "module": "esnext", "moduleResolution": "node", "allowJs": true } }