Skip to content

Commit 0d96090

Browse files
chore(tsconfig): re-add noUncheckedSideEffectImports and erasableSyntaxOnly
1 parent 18b26f7 commit 0d96090

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"downlevelIteration": true,
3030
"baseUrl": ".",
3131
"moduleDetection": "force",
32-
32+
"noUncheckedSideEffectImports": true,
3333
//
3434
// absolute import paths
3535
//
@@ -51,7 +51,7 @@
5151
//
5252
// https://devblogs.microsoft.com/typescript/announcing-typescript-5-8/#the---erasablesyntaxonly-option
5353
//
54-
54+
"erasableSyntaxOnly": true,
5555
//
5656
// code quality settings
5757
//

0 commit comments

Comments
 (0)