File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 36
36
"update" : " node ./tools/update.js" ,
37
37
"watch" : " npm run tsc -- -w" ,
38
38
"fullclean" : " npm run clean && rimraf 'packages/**/node_modules' 'demo-*/hooks' 'demo-*/node_modules' 'package-lock.json' 'pnpm-lock.yaml' 'node_modules'" ,
39
- "doc" : " node tools/builddoc.js " ,
39
+ "doc" : " node tools/builddoc.mjs " ,
40
40
"commit_readme_doc_changes" : " git add docs/** *.md ; git commit -m \" readme/doc\" ; echo \" commit readme doc done\" "
41
41
},
42
42
"commitlint" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ./tsconfig.json" ,
3
+ "compilerOptions" : {
4
+ "composite" : true ,
5
+ "paths" : {
6
+ "nativescript-vue" : [" ./node_modules/nativescript-vue3" ]
7
+ }
8
+ },
9
+ "include" : [
10
+ " ./demo-snippets/vue3"
11
+ ]
12
+ }
You can’t perform that action at this time.
0 commit comments