Skip to content

Commit f2f3784

Browse files
committed
chore: Update tsconfig.config.json with "noEmit" option
1 parent 3cca717 commit f2f3784

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"include": ["vite.config.ts"],
44
"compilerOptions": {
55
"composite": true,
6-
"types": ["node", "bootstrap", "vite/client"]
6+
"types": ["node", "bootstrap", "vite/client"],
7+
"noEmit": false
78
}
89
}

0 commit comments

Comments
 (0)