assemblyscript/std/impl/tsconfig.json

15 lines
210 B
JSON
Raw Normal View History

{
"compilerOptions": {
"noLib": true,
"experimentalDecorators": true
},
"files": [
"array.ts",
"error.ts",
"map.ts",
"math.ts",
"memory.ts",
"set.ts",
"string.ts"
]
}