vn-verdnaturachat/jsconfig.json

10 lines
167 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true
},
"exclude": [
"node_modules"
]
}