Skip to content

Commit

Permalink
update default tsconfig for exbuildPluginTsc to be the simple dev config
Browse files Browse the repository at this point in the history
  • Loading branch information
bdemann committed Feb 12, 2025
1 parent 200b236 commit 7bf9b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/stable/commands/compile/javascript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export function getTsConfigPath(): string {
if (existsSync('tsconfig.json')) {
return 'tsconfig.json';
}
return join(AZLE_PACKAGE_PATH, 'tsconfig.json');
return join(AZLE_PACKAGE_PATH, 'tsconfig.dev.json');
}

function experimentalMessage(importName: string): string {
Expand Down

0 comments on commit 7bf9b93

Please sign in to comment.