1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-06-30 13:27:47 +02:00
jfa-go/tsconfig.json
2020-09-20 14:48:17 +01:00

7 lines
93 B
JSON

{
"compilerOptions": {
"target": "es6",
"lib": ["dom", "es2017"]
}
}