Skip to content

Commit

Permalink
💚 Fix docker build missing ts target in schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Nov 17, 2023
1 parent 5298538 commit 8d8b8ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schemas/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"include": ["**/*.ts"],
"exclude": ["node_modules"],
"compilerOptions": {
"lib": ["ESNext"],
"noEmit": true
}
}

0 comments on commit 8d8b8ee

Please sign in to comment.