initial commit
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
This commit is contained in:
commit
a9e1501e48
12 changed files with 6006 additions and 0 deletions
14
fe/tsconfig.json
Normal file
14
fe/tsconfig.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"target": "es5",
|
||||
"removeComments": true,
|
||||
"experimentalDecorators": true,
|
||||
"jsx": "react",
|
||||
"outDir": "dist",
|
||||
"lib": ["dom", "es2015"]
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"static"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue