Skip to content

Commit 6b939f7

Browse files
committed
Fix typs
1 parent df5733e commit 6b939f7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,4 @@
200200
"resolutions": {
201201
"jackspeak": "2.1.1"
202202
}
203-
}
203+
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"resolveJsonModule": true,
1515
"isolatedModules": true,
1616
"jsx": "preserve",
17-
"incremental": true
17+
"incremental": true,
18+
"types": ["node"]
1819
},
1920
"include": [
2021
"next-env.d.ts",

0 commit comments

Comments
 (0)