add landing page for jfa-go.com; move wiki

located in `site/`. Wiki now @ wiki.jfa-go.com.
This commit is contained in:
Harvey Tindall
2021-06-30 00:32:03 +01:00
parent 788afa1025
commit b8d9d22545
12 changed files with 5825 additions and 4 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"compilerOptions": {
"outDir": "../js",
"target": "es6",
"lib": ["dom", "es2017"],
"typeRoots": ["./typings", "../node_modules/@types"],
"moduleResolution": "node",
"esModuleInterop": true
}
}