fix(core): initial
This commit is contained in:
9
ts/index.ts
Normal file
9
ts/index.ts
Normal file
@ -0,0 +1,9 @@
|
||||
export * from "./tsbuild.exports";
|
||||
|
||||
import * as tsbuild from './tsbuild.exports'
|
||||
|
||||
if (process.env.CLI_CALL_TSBUILD === "true") {
|
||||
tsbuild.compileGlobStringObject({
|
||||
"./ts/**/*.ts": "./dist"
|
||||
})
|
||||
}
|
Reference in New Issue
Block a user