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