Skip to content

Commit e4c79d1

Browse files
committed
fix: remove emitTypes again
1 parent 9c4cd26 commit e4c79d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

svelte.config.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ const config = {
2121
pages: 'docs',
2222
assets: 'docs',
2323
fallback: null
24-
})
25-
// package: {
26-
// emitTypes: false
27-
// }
24+
}),
25+
package: {
26+
emitTypes: false
27+
}
2828
},
2929
preprocess: [
3030
replace([

0 commit comments

Comments
 (0)