Files
jfa-go/data/static/ts/tsconfig.json

9 lines
158 B
JSON

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