1 parent b129f87 commit c265187Copy full SHA for c265187
1 file changed
tsconfig.types.json
@@ -9,7 +9,8 @@
9
"emitDeclarationOnly": true,
10
"strict": true,
11
"rootDir": "./",
12
- "outDir": "./dist/types"
+ "outDir": "./dist/types",
13
+ "types": ["node", "emscripten"]
14
},
15
"include": ["./src/**/*"]
16
}
0 commit comments