We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 797ee5a commit 7aedb83Copy full SHA for 7aedb83
packages/maker.js/target/tsconfig.json
@@ -5,8 +5,9 @@
5
"lib": ["dom", "es2015"],
6
"sourceMap": false,
7
"skipLibCheck": true,
8
- "typeRoots": ["../../../node_modules/@types"],
+ "typeRoots": ["../../../node_modules/@types", "../../../node_modules/dxf-parser-typings"],
9
"types": [
10
+ "dxf-parser",
11
"@danmarshall/jscad-typings",
12
"bezier-js",
13
"graham_scan",
packages/maker.js/tsconfig.json
@@ -4,8 +4,9 @@
4
"outDir": "debug/",
"sourceMap": true,
- "typeRoots": ["../../node_modules/@types"],
+ "typeRoots": ["../../node_modules/@types", "../../node_modules/dxf-parser-typings"],
0 commit comments