Skip to content

Commit 05de342

Browse files
author
farfromrefug
committed
chore: project
1 parent c67693a commit 05de342

File tree

5 files changed

+444
-339
lines changed

5 files changed

+444
-339
lines changed

Diff for: demo-vue

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"submodules.update": "git submodule -q foreach git pull -q origin master && git add .",
4646
"sync": "node ./tools/sync.js",
4747
"update": "node ./tools/update.js",
48-
"doc": "node tools/builddoc.mjs",
48+
"doc": "node tools/builddoc.js",
4949
"commit_readme_doc_changes": "git add docs/** *.md ; git commit -m \"readme/doc\" ; echo \"commit readme doc done\""
5050
},
5151
"keywords": [

Diff for: svelte.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ module.exports = {
88
preprocess: [
99
sveltePreprocess({
1010
typescript: {
11-
tsconfigFile:'./tools/tsconfig.eslint.json',
1211
compilerOptions: {
1312
target: 'es2020'
1413
}

0 commit comments

Comments
 (0)