Skip to content

Commit b82da6c

Browse files
committed
delete: unuse
1 parent b1ffae9 commit b82da6c

File tree

3 files changed

+8
-14
lines changed

3 files changed

+8
-14
lines changed

.jshintrc

Lines changed: 0 additions & 3 deletions
This file was deleted.

jsconfig.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
2-
// See http://go.microsoft.com/fwlink/?LinkId=759670
3-
// for the documentation about the jsconfig.json format
4-
"compilerOptions": {
5-
"target": "es5"
6-
},
7-
"exclude": [
8-
"node_modules",
9-
"public",
10-
"view"
11-
]
2+
// See http://go.microsoft.com/fwlink/?LinkId=759670
3+
// for the documentation about the jsconfig.json format
4+
"compilerOptions": {
5+
"module": "esnext",
6+
"target": "es6",
7+
},
8+
"include":["src", "repl", "vite.config.js"],
9+
"exclude": ["node_modules", "public", "view"]
1210
}

public/bundle.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)