Skip to content

Commit

Permalink
fix: specify that we use no type in tsconfig so that we don't get typ…
Browse files Browse the repository at this point in the history
…e errors from from three.js in the parent lume repo (no idea why it happens)
  • Loading branch information
trusktr committed Jul 31, 2023
1 parent 1b8fa1f commit 369051a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"noImplicitAny": true,
"outDir": "es",
"declaration": true,
"declarationMap": true
"declarationMap": true,
"types": []
},
"include": ["src/*.ts"]
}

0 comments on commit 369051a

Please sign in to comment.