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 './utils';
|
||||
export * from './types';
|
||||
export * from './commands';
|
||||
|
@ -4,6 +4,7 @@
|
||||
"module": "CommonJS",
|
||||
"rootDir": "./src",
|
||||
"outDir": "./lib",
|
||||
"declaration": true,
|
||||
},
|
||||
"include": ["./src"],
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user