Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
229d86e9e7 | |||
fa0110bf10 | |||
e4827ba295 |
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
// 将设置放入此文件中以覆盖默认值和用户设置。
|
||||||
|
{
|
||||||
|
"typescript.tsdk": "node_modules\\typescript\\lib",
|
||||||
|
//格式化设置
|
||||||
|
"editor.tabSize": 4,
|
||||||
|
"editor.formatOnPaste": false,
|
||||||
|
"editor.formatOnSave": false,
|
||||||
|
}
|
8447
api.esm.js
8447
api.esm.js
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "cadapi",
|
"name": "cadapi",
|
||||||
"version": "0.0.3",
|
"version": "0.0.6",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "api.esm.js",
|
"main": "api.esm.js",
|
||||||
"module": "api.esm.js",
|
"module": "api.esm.js",
|
||||||
|
1
types/api.d.ts
vendored
1
types/api.d.ts
vendored
@@ -1,2 +1,3 @@
|
|||||||
export * from "./DatabaseServices/Entity/Polyline";
|
export * from "./DatabaseServices/Entity/Polyline";
|
||||||
|
export * from "./DatabaseServices/CADFiler";
|
||||||
//# sourceMappingURL=api.d.ts.map
|
//# sourceMappingURL=api.d.ts.map
|
Reference in New Issue
Block a user