Skip to content

Commit 47743a6

Browse files
committed
upgrade typescript
1 parent fc70928 commit 47743a6

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

tsconfig.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"target": "ESNext",
44
"useDefineForClassFields": true,
55
"module": "CommonJS",
6-
"lib": ["ESNext", "DOM", "DOM.Iterable"],
6+
"lib": [
7+
"ESNext",
8+
"DOM",
9+
"DOM.Iterable"
10+
],
711
"skipLibCheck": true,
812
"moduleResolution": "node",
913
"allowImportingTsExtensions": true,
@@ -24,12 +28,15 @@
2428
"allowSyntheticDefaultImports": true,
2529
"emitDecoratorMetadata": true,
2630
"declaration": false,
27-
"types": ["@types/node"]
31+
"types": [
32+
"@types/node"
33+
],
34+
"erasableSyntaxOnly": true
2835
},
2936
"include": [
3037
"../../../../../__global.d.ts",
3138
"../../../../client-core/src/",
3239
"../../../../server-core/src/",
3340
"./src"
3441
]
35-
}
42+
}

0 commit comments

Comments
 (0)