Skip to content

Commit c0e5219

Browse files
committed
chore: add some options to tsconfig file
1 parent c5bb455 commit c0e5219

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"strict": true,
88
"noUnusedLocals": true,
99
"noUnusedParameters": true,
10+
"skipLibCheck": true,
11+
"noEmit": true,
1012
"types": [
1113
"vite",
1214
"vite-plugin-pwa",

0 commit comments

Comments
 (0)