Skip to content

Commit e80d770

Browse files
refactor: remove "noEmit" flag from tsconfig.node.json
1 parent 4ac772d commit e80d770

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.node.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"module": "ESNext",
77
"moduleResolution": "bundler",
88
"allowSyntheticDefaultImports": true,
9-
"strict": true,
10-
"noEmit": true
9+
"strict": true
10+
// "noEmit": true
1111
},
1212
"include": ["vite.config.ts"]
1313
}

0 commit comments

Comments
 (0)