Skip to content

Commit d1764ca

Browse files
Copilotdanmarshall
andcommitted
Add skipLibCheck to maker.js tsconfig files to fix Node 20 CI issue
Co-authored-by: danmarshall <[email protected]>
1 parent cbc4f4b commit d1764ca

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/maker.js/target/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"outFile": "../dist/index.js",
55
"lib": ["dom", "es2015"],
66
"sourceMap": false,
7+
"skipLibCheck": true,
78
"types": [
89
"dxf-parser",
910
"@danmarshall/jscad-typings",

packages/maker.js/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"lib": ["dom", "es2015"],
44
"outDir": "debug/",
55
"sourceMap": true,
6+
"skipLibCheck": true,
67
"types": [
78
"dxf-parser",
89
"@danmarshall/jscad-typings",

0 commit comments

Comments
 (0)