forked from mengyxu/noob-components
3 changed files with 36 additions and 1 deletions
@ -0,0 +1,25 @@
@@ -0,0 +1,25 @@
|
||||
{ |
||||
"extends": "./tsconfig.json", |
||||
"compilerOptions": { |
||||
"outDir": "./dist", |
||||
"declaration": true, |
||||
"declarationMap": true, |
||||
"emitDeclarationOnly": false, |
||||
"module": "esnext", |
||||
"moduleResolution": "bundler", |
||||
"target": "esnext" |
||||
}, |
||||
"include": [ |
||||
"index.ts", |
||||
"vue-shim.d.ts", |
||||
"packages/**/*.ts", |
||||
"packages/**/*.vue", |
||||
"plugs/**/*.ts", |
||||
"plugs/**/*.vue" |
||||
], |
||||
"exclude": [ |
||||
"node_modules", |
||||
"dist", |
||||
"examples" |
||||
] |
||||
} |
||||
Loading…
Reference in new issue