Skip to content

Commit 514cfc7

Browse files
authoredApr 11, 2024··
Update build.config.ts
1 parent 5ed66f0 commit 514cfc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const SASSConfig: esbuild.BuildOptions = {
3939
};
4040

4141
const TSConfig: esbuild.BuildOptions = {
42-
tsconfig: './tsconfig.json',
42+
tsconfig: './deno.json',
4343
allowOverwrite: true,
4444
logLevel: 'info',
4545
legalComments: args.develope ? 'inline' : 'none',

0 commit comments

Comments
 (0)
Please sign in to comment.