assemblyscript/std/impl/tsconfig.json

11 lines
151 B
JSON

{
"compilerOptions": {
"noLib": true,
"experimentalDecorators": true
},
"files": [
"carray.ts",
"cstring.ts",
"heap.ts"
]
}