verdnatura-chat/jsconfig.json

13 lines
212 B
JSON

{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
"experimentalDecorators": true,
"paths": {
"@app/*": ["./app/*"]
},
"baseUrl": "./"
},
"exclude": ["node_modules"]
}