vn-verdnaturachat/jsconfig.json

10 lines
167 B
JSON
Raw Normal View History

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