Skip to content

Commit 2f51363

Browse files
committedJun 26, 2024
QA: Revert tsconfig change
1 parent d0a01f2 commit 2f51363

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed
 

‎packages/svelte/tsconfig.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,18 @@
88
"resolveJsonModule": true,
99
"skipLibCheck": true,
1010
"sourceMap": true,
11-
"strict": true
11+
"strict": true,
12+
"declaration": true,
13+
"declarationDir": "dist",
14+
15+
"module": "ES2020",
16+
"moduleResolution": "Node",
17+
"allowSyntheticDefaultImports": true,
18+
19+
"noImplicitThis": true,
20+
"noUnusedLocals": true,
21+
"noUnusedParameters": true,
22+
"preserveConstEnums": true,
23+
"removeComments": true
1224
}
1325
}

0 commit comments

Comments
 (0)