Skip to content

Commit

Permalink
update tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanCaruso committed Dec 31, 2024
1 parent 7ab79b3 commit de02a9b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
"moduleResolution": "Bundler",
"esModuleInterop": true,
"outDir": "dist/3.x",
"declaration": true,
"noEmit": true,
"stripInternal": true,
"skipLibCheck": true
},
"files": [
"src/wgpu-matrix.ts",
Expand Down

0 comments on commit de02a9b

Please sign in to comment.