Skip to content

Commit 772a5b2

Browse files
committed
align to cli config
1 parent f90d850 commit 772a5b2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsconfig.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,6 @@
1010
"importHelpers": true,
1111
"target": "ES2022",
1212
"module": "ES2022",
13-
"lib": [
14-
"ES2022",
15-
"dom"
16-
],
1713
"noUnusedParameters": true,
1814
"noUnusedLocals": true,
1915
"noUncheckedIndexedAccess": true,
@@ -28,7 +24,6 @@
2824
},
2925
"noImplicitOverride": true,
3026
"exactOptionalPropertyTypes": true,
31-
"useDefineForClassFields": false,
3227
"isolatedModules": true,
3328
"verbatimModuleSyntax": true
3429
},

0 commit comments

Comments
 (0)