Skip to content

Commit

Permalink
fix: correct excluded path
Browse files Browse the repository at this point in the history
  • Loading branch information
niieani committed Jun 1, 2023
1 parent ff30f11 commit 71af9d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig-cjs.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"verbatimModuleSyntax": false
},
"exclude": [
"src/generateByModel.ts",
"src/generateJsModels.ts"
"src/codegen/generateByModel.ts",
"src/codegen/generateJsEncodings.ts"
]
}

0 comments on commit 71af9d3

Please sign in to comment.