Skip to content

Commit 01e73d5

Browse files
committed
Clean up tsconfig
1 parent e1feb97 commit 01e73d5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tsconfig.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,12 @@
22
"compilerOptions": {
33
"declaration": true,
44
"erasableSyntaxOnly": true,
5-
"esModuleInterop": true,
65
"isolatedDeclarations": true,
76
"isolatedModules": true,
87
"module": "nodenext",
98
"moduleResolution": "nodenext",
109
"noEmit": true,
1110
"rewriteRelativeImportExtensions": true,
12-
"strict": true,
13-
"target": "esnext",
1411
"verbatimModuleSyntax": true
1512
}
1613
}

0 commit comments

Comments
 (0)