vn-verdnaturachat/jsconfig.json

9 lines
150 B
JSON
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"exclude": ["node_modules"]
2017-08-13 01:35:09 +00:00
}