assemblyscript/std/assembly.json

16 lines
234 B
JSON
Raw Normal View History

{
2017-12-12 16:08:54 +01:00
"extends": "../tsconfig-base.json",
"compilerOptions": {
"target": "esnext",
"noLib": true,
"types": [],
"rootDirs": [
2017-12-12 16:08:54 +01:00
"./assembly"
],
"allowJs": false
},
"files": [
"./assembly.d.ts"
]
}