UNPKG

@lidhium/cli

Version:

micro-frontend cli packed with webpack

13 lines (12 loc) 259 B
{ "compilerOptions": { "target": "ES6", "module": "CommonJS", "outDir": "./dist", "rootDir": "./src", "strict": true, "esModuleInterop": true }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "src/static/*/**"] }