mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-05-21 11:41:25 +00:00
15 lines
210 B
JSON
15 lines
210 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"noLib": true,
|
||
|
"experimentalDecorators": true
|
||
|
},
|
||
|
"files": [
|
||
|
"array.ts",
|
||
|
"error.ts",
|
||
|
"map.ts",
|
||
|
"math.ts",
|
||
|
"memory.ts",
|
||
|
"set.ts",
|
||
|
"string.ts"
|
||
|
]
|
||
|
}
|