verdnatura-chat/jsconfig.json

13 lines
212 B
JSON
Raw Normal View History

2017-08-03 18:23:43 +00:00
{
"compilerOptions": {
"jsx": "react",
"allowSyntheticDefaultImports": true,
2022-03-18 14:14:46 +00:00
"experimentalDecorators": true,
"paths": {
"@app/*": ["./app/*"]
},
"baseUrl": "./"
},
"exclude": ["node_modules"]
2017-08-13 01:35:09 +00:00
}