deno.land / x / wasm@wasmer-sdk-v0.6.0 / tsconfig.json

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ "include": [ "pkg", "WasmerSDK.ts", "WasmerSDKBundled.ts" ], "exclude": [ "dist" ], "compilerOptions": { "outDir": "./dist/", "rootDir": ".", "noImplicitAny": true, "declaration": true, "module": "es2020", "target": "ES2015", "jsx": "react", "allowJs": true, "emitDeclarationOnly": true, "skipLibCheck": true, "allowSyntheticDefaultImports": true, "moduleResolution": "node" }}
wasm

Version Info

Tagged at
4 months ago