File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 13
13
"dev" : " vite" ,
14
14
"watch" : " pnpm dev" ,
15
15
"play" : " sh src/playground/configs/build.sh && NODE_ENV=playground pnpm dev" ,
16
- "build" : " vue- tsc && npm run test:build && vite build --config vite.build.config.mts" ,
16
+ "build" : " tsc -p tsconfig.build.json && npm run test:build && vite build --config vite.build.config.mts" ,
17
17
"build:docs" : " vite build" ,
18
18
"predeploy" : " npm run build" ,
19
19
"deploy" : " gh-pages -d docs" ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "exclude" : [
3
+ " playground" ,
4
+ " src/**/*.spec.ts" ,
5
+ " src/**/*.test.ts" ,
6
+ " src/playground/**/*.ts" ,
7
+ " src/playground/**/*.vue" ,
8
+ " src/documentation/**/*.ts" ,
9
+ " src/documentation/**/*.tsx" ,
10
+ " src/documentation/**/*.vue" ,
11
+ " src/libraries/**/*.ts" ,
12
+ " src/plugins/**/*.ts" ,
13
+ " src/stores/**/*.ts" ,
14
+ " src/App.vue" ,
15
+ " src/main.ts" ,
16
+ " node_modules" ,
17
+ ],
18
+ "extends" : " ./tsconfig.json"
19
+ }
You can’t perform that action at this time.
0 commit comments