Skip to content

Commit a554685

Browse files
committed
change up types in tsconfig
1 parent 956ab9f commit a554685

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/ui/tsconfig.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "../../tsconfig.base.json",
33
"compilerOptions": {
4-
/* only runtime types here */
5-
"types": ["node", "next"],
64
"allowJs": false,
75
"isolatedModules": true
86
},

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/* Extra options that apply only to Node-side files */
55
"compilerOptions": {
6-
"types": ["node", "next"], // Buffer, process, __dirname, etc.
6+
"types": ["node"], // Buffer, process, __dirname, etc.
77
"allowJs": false,
88
"isolatedModules": true
99
},

0 commit comments

Comments
 (0)