fe-boilerplate/tsconfig.json
Jyri Genral de335261f0 CSS build changes et al
Signed-off-by: Jyri Genral <jyri.eerola@jrd.fi>
2020-05-02 13:12:27 +02:00

16 lines
294 B
JSON

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