mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-13 05:40:10 +00:00
Harvey Tindall
301f502052
web UI now uses modules, and relies less on bodge to make things work. Also fixes an issue where invites where "failed to send to xx" appeared in invite form.
9 lines
190 B
JSON
9 lines
190 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../data/static",
|
|
"target": "es6",
|
|
"lib": ["dom", "es2017"],
|
|
"typeRoots": ["./node_modules/@types", "./typings"]
|
|
}
|
|
}
|