Skip to content

Commit 564d818

Browse files
committed
lint: fix
1 parent a1f0383 commit 564d818

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"allowSyntheticDefaultImports": true,
44
"baseUrl": ".",
55
"paths": {
6-
"~/*": ["src/*"],
6+
"~/*": ["src/*"]
77
},
88
"target": "ESNext",
99
"useDefineForClassFields": true,
@@ -18,8 +18,8 @@
1818
"noUnusedLocals": true,
1919
"noUnusedParameters": true,
2020
"noImplicitReturns": true,
21-
"declaration": false,
21+
"declaration": false
2222
},
2323
"include": ["src"],
24-
"exclude": ["node_modules"],
24+
"exclude": ["node_modules"]
2525
}

0 commit comments

Comments
 (0)