vn-verdnaturachat/jsconfig.json

9 lines
151 B
JSON
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true
},
"exclude": [
"node_modules"
]
}