forked from tornado-packages/noble-curves
Fix common.js build
This commit is contained in:
parent
1cfd6a76ca
commit
ef55efe842
@ -7,8 +7,8 @@
|
|||||||
"outDir": ".",
|
"outDir": ".",
|
||||||
"target": "es2020",
|
"target": "es2020",
|
||||||
"lib": ["es2020"], // Set explicitly to remove DOM
|
"lib": ["es2020"], // Set explicitly to remove DOM
|
||||||
"module": "es6",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node16",
|
"moduleResolution": "node",
|
||||||
"noUnusedLocals": true,
|
"noUnusedLocals": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
},
|
},
|
||||||
@ -17,4 +17,4 @@
|
|||||||
"node_modules",
|
"node_modules",
|
||||||
"*.d.ts"
|
"*.d.ts"
|
||||||
],
|
],
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user