fe-boilerplate/tsconfig.json
2017-12-23 22:22:16 -05:00

13 lines
210 B
JSON

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