Skip to content

Commit cded580

Browse files
committed
Update deps and reintroduce erasableSyntaxOnly
1 parent d3ba3f4 commit cded580

File tree

3 files changed

+171
-168
lines changed

3 files changed

+171
-168
lines changed

.config/tsconfig.base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"compilerOptions": {
33
// The following options are not supported by @typescript/native-preview.
44
// They are either ignored or throw an unknown option error:
5-
//"erasableSyntaxOnly": true,
65
//"importsNotUsedAsValues": "remove",
76
//"incremental": true,
87
"allowImportingTsExtensions": true,
98
"allowJs": false,
109
"composite": true,
1110
"declaration": true,
1211
"declarationMap": true,
12+
"erasableSyntaxOnly": true,
1313
"esModuleInterop": true,
1414
"exactOptionalPropertyTypes": true,
1515
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)