1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-10-01 00:30:10 +00:00
jfa-go/tsconfig.json

7 lines
93 B
JSON
Raw Normal View History

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