Skip to content

Commit

Permalink
Revert tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpetri1 committed Sep 7, 2024
1 parent de7bbb3 commit 04b3f23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tldraw/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"include": ["src"],
"exclude": ["node_modules", "dist", "**/*.css", ".tsbuild*", "./scripts/legacy-translations"],
"compilerOptions": {
"outDir": "build",
"outDir": "./.tsbuild",
// TODO: Enable noImplicitReturns
"noImplicitReturns": false,
"rootDir": "src"
Expand Down

0 comments on commit 04b3f23

Please sign in to comment.