Skip to content

Commit 0e6b8a5

Browse files
Remove non-bundled .js files from dist
it unintentionally required users to depend on browser wasi implementation types
1 parent 3da4dc2 commit 0e6b8a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/npm-packages/ruby-wasm-wasi/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"compilerOptions": {
33
"declaration": true,
44
"importHelpers": true,
5+
"emitDeclarationOnly": true,
56
"module": "ES2015",
67
"outDir": "./dist",
78
"target": "es2017",

0 commit comments

Comments
 (0)