Skip to content

Commit fd3e632

Browse files
farfromrefugactions-user
authored andcommitted
chore: update common files
1 parent 5b709c8 commit fd3e632

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"update": "node ./tools/update.js",
3737
"watch": "npm run tsc -- -w",
3838
"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",
4040
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
4141
},
4242
"commitlint": {

tsconfig.vue3.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
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+
}

0 commit comments

Comments
 (0)