fukkenrf/fe/tsconfig.json
Jyri Genral a9e1501e48 initial commit
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-09-06 12:20:23 +02:00

14 lines
240 B
JSON

{
"compilerOptions": {
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
"jsx": "react",
"outDir": "dist",
"lib": ["dom", "es2015"]
},
"exclude": [
"node_modules",
"static"
]
}