fe-boilerplate/tsconfig.json

14 lines
210 B
JSON
Raw Normal View History

2015-09-15 08:10:14 +02:00
{
"compilerOptions": {
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
2015-09-15 08:10:14 +02:00
"jsx": "react",
2015-12-14 13:08:26 +01:00
"outDir": "dist"
2015-09-15 08:10:14 +02:00
},
2016-02-26 16:39:48 +01:00
"exclude": [
"node_modules",
"static"
2015-09-15 08:10:14 +02:00
]
}