initial commit

Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
This commit is contained in:
Jyri Genral 2020-09-06 12:20:23 +02:00
commit a9e1501e48
12 changed files with 6006 additions and 0 deletions

14
fe/tsconfig.json Normal file
View file

@ -0,0 +1,14 @@
{
"compilerOptions": {
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
"jsx": "react",
"outDir": "dist",
"lib": ["dom", "es2015"]
},
"exclude": [
"node_modules",
"static"
]
}