Skip to content

Commit

Permalink
ci: fix build step
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Sep 15, 2024
1 parent bbd0764 commit f285cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .config/beemo/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ const config: TypeScriptConfig & {
compilerOptions: {
allowJs: true,
verbatimModuleSyntax: true,
moduleResolution: 'nodenext',
module: 'nodenext',
},
include: ['src'],
}
Expand Down
3 changes: 2 additions & 1 deletion tsconfig-cjs.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"verbatimModuleSyntax": false
"verbatimModuleSyntax": false,
"moduleResolution": "Node"
},
"exclude": [
"src/codegen/generateByModel.ts",
Expand Down

0 comments on commit f285cc1

Please sign in to comment.