UNPKG

assemblyscript

Version:

A TypeScript-like language for WebAssembly.

12 lines (11 loc) 238 B
{ "extends": "../tsconfig-base.json", "compilerOptions": { "target": "esnext", "module": "commonjs", "allowJs": true, "typeRoots": [ "types" ], "types": [ "portable" ], "lib": ["esnext", "esnext.string"] } }