ack-webpack
Version:
A code bundler that drastically reduces setup time by offering an init prompt of project setup questions and includes a fantastic browser reloader.
17 lines • 400 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"moduleResolution": "node",
"sourceMap": true,
"inlineSources": true,
"emitDecoratorMetadata": true,
"baseUrl": ".",
"experimentalDecorators": true,
"noEmitHelpers": false,
"allowJs": true,
"noImplicitAny": false,
"suppressImplicitAnyIndexErrors": true,
"lib": ["es2015", "dom"]
}
}