UNPKG

generator-webpack-project

Version:
13 lines (12 loc) 243 B
{ "compilerOptions": { "outDir": "./dist/", "sourceMap": true, "noImplicitAny": true, "module": "commonjs", "target": "esnext", "jsx": "react", "jsxFactory": "<%= jsxFactory %>" }, "include": ["./src/**/*"] }