1
0
mirror of https://github.com/hrfee/jfa-go.git synced 2024-09-28 07:10:10 +00:00
jfa-go/data/static/ts/tsconfig.json

9 lines
158 B
JSON

{
"compilerOptions": {
"outDir": "../data/static",
"target": "es6",
"lib": ["dom", "es2017"],
"types": ["jquery"]
}
}