assemblyscript/std/assembly.json
2017-12-12 16:08:54 +01:00

16 lines
234 B
JSON

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