Files
jfa-go/tsconfig.json
T
Harvey Tindall 73886fc037 rewrite accounts.js in typescript
slight refactor too.
2020-09-20 14:48:17 +01:00

7 lines
93 B
JSON

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