Skip to content

Commit 8d40b88

Browse files
skipLibCheck as Next won't build otherwise
1 parent 4e7494b commit 8d40b88

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tsconfig.esnext.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"outDir": "./dist/esm",
1010
"declaration": true,
1111
"strict": true,
12+
"skipLibCheck": true
1213
},
1314
"include": ["src"],
1415
"exclude": ["node_modules", "**/__test__/*", "**/__tests__/*"]
15-
}
16+
}

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"outDir": "./dist",
77
"declaration": true,
88
"strict": true,
9-
"sourceMap": true
9+
"sourceMap": true,
10+
"skipLibCheck": true
1011
},
1112
"include": ["src"],
1213
"exclude": ["node_modules", "**/__test__/*", "**/__tests__/*"]

0 commit comments

Comments
 (0)