assemblyscript/assembly.json

16 lines
239 B
JSON
Raw Normal View History

{
"extends": "./tsconfig-base.json",
"compilerOptions": {
"target": "esnext",
"noLib": true,
"types": [],
"rootDirs": [
"./std/assembly",
"./node_modules"
]
},
"files": [
"./assembly.d.ts"
]
}