assemblyscript/tests/compiler/tsconfig.json

7 lines
79 B
JSON
Raw Permalink Normal View History

2017-12-14 11:55:35 +01:00
{
"extends": "../../std/assembly.json",
"include": [
2017-12-16 02:27:39 +01:00
"./**/*.ts"
2017-12-14 11:55:35 +01:00
]
}