UNPKG

@chartiful/vue-horizontal-bar-graph

Version:
40 lines (39 loc) 677 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "jsx": "preserve", "importHelpers": true, "moduleResolution": "node", "experimentalDecorators": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "sourceMap": true, "baseUrl": ".", "types": [ "webpack-env", "jest" ], "paths": { "@/*": [ "src/*" ] }, "lib": [ "esnext", "dom", "dom.iterable", "scripthost" ] }, "include": [ "sfc/**/*.ts", "sfc/**/*.tsx", "sfc/**/*.vue", "tests/**/*.ts", "tests/**/*.tsx" ], "exclude": [ "node_modules" ] }