assemblyscript/std/assembly.json

12 lines
218 B
JSON

{
"extends": "../tsconfig-base.json",
"compilerOptions": {
"target": "esnext",
"module": "commonjs",
"noLib": true,
"allowJs": false,
"typeRoots": [ "types" ],
"types": [ "assembly" ]
}
}