UNPKG

webpack-license-plugin

Version:

Extracts OSS license information of the npm packages in your webpack output

21 lines (20 loc) 537 B
{ "compilerOptions": { "target": "es5", "lib": ["es2018", "dom", "esnext.asynciterable"], "emitDecoratorMetadata": true, "experimentalDecorators": true, "module": "commonjs", "moduleResolution": "node", "noImplicitAny": false, "declaration": true, "downlevelIteration": true, "outDir": "./dist", "sourceMap": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true }, "include": ["src/**/*"], "exclude": ["node_modules", "**/*.spec.ts"] }