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