mirror of
https://gitee.com/myxzgzs/boyue_jnpf.git
synced 2025-08-09 15:52:42 +08:00
4 lines
260 B
TypeScript
4 lines
260 B
TypeScript
![]() |
import { compileIfNecessary, jsOutFile, expectFilesExist, symLinkForce } from "./compileUtil";
|
||
|
import { defaultOutDir, loadTsConfig } from "./loadTsConfig";
|
||
|
export { defaultOutDir, compileIfNecessary, jsOutFile, expectFilesExist, loadTsConfig, symLinkForce };
|