UNPKG

@egova/vue-cli-plugin-egova-starter-template

Version:
52 lines (51 loc) 1.19 kB
{ "compilerOptions": { "target": "esnext", "module": "esnext", "strict": true, "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", "types": [ "node", "webpack-env" ], "paths": { "*": ["types/*"], "flagwind-web": [ "src/application/flagwind/flagwind-web.ts" ], "flagwind-echarts": [ "src/application/flagwind/flagwind-echarts.ts" ], "@/*": [ "src/*" ] }, "lib": [ "esnext", "dom", "dom.iterable", "scripthost" ] }, "linterOptions": { "exclude": [ "node_modules/**" ] }, "include": [ "src/**/*.ts", "src/**/*.tsx", "src/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx" ], "exclude": [ "node_modules/**" ] }