Skip to content

Commit

Permalink
test esm
Browse files Browse the repository at this point in the history
  • Loading branch information
AidanCaruso committed Dec 31, 2024
1 parent 772ef64 commit e1617ae
Show file tree
Hide file tree
Showing 10 changed files with 11,752 additions and 68 deletions.
5,905 changes: 5,873 additions & 32 deletions dist/3.x/wgpu-matrix.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.min.js.map

Large diffs are not rendered by default.

5,896 changes: 5,868 additions & 28 deletions dist/3.x/wgpu-matrix.module.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.module.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.module.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/3.x/wgpu-matrix.module.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"*.d.ts",
"*.mjs",
"bin",
"dist"
"dist/3.x/**"
],
"keywords": [
"webgpu",
Expand Down
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"extends": "@tsconfig/recommended/tsconfig.json",
"compilerOptions": {
"target": "ESNext",
"module": "CommonJS",
"lib": ["esnext"],
"module": "ESNext",
"moduleResolution": "Bundler",
"esModuleInterop": true,
"outDir": "dist/3.x",
},
"files": [
Expand Down

0 comments on commit e1617ae

Please sign in to comment.