Skip to content

Commit c265187

Browse files
committed
fix tsconfig for ts6
1 parent b129f87 commit c265187

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tsconfig.types.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"emitDeclarationOnly": true,
1010
"strict": true,
1111
"rootDir": "./",
12-
"outDir": "./dist/types"
12+
"outDir": "./dist/types",
13+
"types": ["node", "emscripten"]
1314
},
1415
"include": ["./src/**/*"]
1516
}

0 commit comments

Comments
 (0)