assemblyscript/std/assembly.json

17 lines
260 B
JSON
Raw Normal View History

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