mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-04-06 03:57:56 +08:00
build(cli): 增加声明文件生成
This commit is contained in:
parent
538ec01507
commit
66d013f510
@ -1,3 +1,4 @@
|
|||||||
export * from './cli';
|
export * from './cli';
|
||||||
export * from './utils';
|
export * from './utils';
|
||||||
export * from './types';
|
export * from './types';
|
||||||
|
export * from './commands';
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
"module": "CommonJS",
|
"module": "CommonJS",
|
||||||
"rootDir": "./src",
|
"rootDir": "./src",
|
||||||
"outDir": "./lib",
|
"outDir": "./lib",
|
||||||
|
"declaration": true,
|
||||||
},
|
},
|
||||||
"include": ["./src"],
|
"include": ["./src"],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user