Skip to content

Commit 5a80016

Browse files
第一版
1 parent df8656a commit 5a80016

18 files changed

+1067
-539
lines changed

jsconfig.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
{
2-
"compilerOptions": {
3-
"paths": {
4-
"@/*": ["./src/*"]
5-
}
6-
},
7-
"exclude": ["node_modules", "dist"]
2+
"compilerOptions": {
3+
"paths": {
4+
"@/*": ["./src/*"]
5+
}
6+
// "checkJs": true,
7+
// "target": "ES6"
8+
},
9+
"exclude": ["node_modules", "dist"]
10+
// "include": ["**/*.js"]
811
}

0 commit comments

Comments
 (0)