UNPKG

@lidhium/cli

Version:

micro-frontend cli packed with webpack

26 lines (25 loc) 438 B
{ "extends":"../../tsconfig.json", "compilerOptions": { "resolveJsonModule": true, "outDir": "./dist", "rootDir": ".", "baseUrl": ".", "paths": { "@/*": [ "src/*" ] }, "types": ["node", "jest","mocha"] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx", "src/utils/*.js"], "exclude": [ "node_modules" ] }