Skip to content

Commit a81b3aa

Browse files
committed
Remove unnecessary compiler options from tsconfig.json
1 parent cddf62a commit a81b3aa

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

tsconfig.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
{
22
"extends": "@sindresorhus/tsconfig",
33
"compilerOptions": {
4-
"module": "nodenext",
5-
"incremental": true,
64
"outDir": "./lib",
7-
"skipLibCheck": true,
8-
"resolveJsonModule": true
95
}
106
}

0 commit comments

Comments
 (0)