Skip to content

Commit 2228b63

Browse files
authored
fix whitespace
1 parent bf502dd commit 2228b63

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tsconfig.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,13 @@
1818
"isolatedModules": true,
1919
"declaration": true,
2020
"sourceMap": false,
21-
"module": "node16",
22-
"moduleResolution": "node16",
23-
"moduleDetection": "force",
21+
"module": "node16",
22+
"moduleResolution": "node16",
23+
"moduleDetection": "force",
2424
"target": "ESNext",
2525
"rootDir": "./src",
2626
"outDir": "./dist",
27-
"types": [
28-
"@types/node/events",
29-
"@types/jest"
30-
],
27+
"types": [],
3128
"plugins": [
3229
{
3330
"name": "typescript-eslint-language-service"

0 commit comments

Comments
 (0)