Skip to content

Commit 7aedb83

Browse files
Copilotdanmarshall
andcommitted
Use typeRoots to locate dxf-parser types in dxf-parser-typings package
Co-authored-by: danmarshall <[email protected]>
1 parent 797ee5a commit 7aedb83

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

packages/maker.js/target/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
"lib": ["dom", "es2015"],
66
"sourceMap": false,
77
"skipLibCheck": true,
8-
"typeRoots": ["../../../node_modules/@types"],
8+
"typeRoots": ["../../../node_modules/@types", "../../../node_modules/dxf-parser-typings"],
99
"types": [
10+
"dxf-parser",
1011
"@danmarshall/jscad-typings",
1112
"bezier-js",
1213
"graham_scan",

packages/maker.js/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44
"outDir": "debug/",
55
"sourceMap": true,
66
"skipLibCheck": true,
7-
"typeRoots": ["../../node_modules/@types"],
7+
"typeRoots": ["../../node_modules/@types", "../../node_modules/dxf-parser-typings"],
88
"types": [
9+
"dxf-parser",
910
"@danmarshall/jscad-typings",
1011
"bezier-js",
1112
"graham_scan",

0 commit comments

Comments
 (0)