blob: 197bee5d5a6f350607d402cc9f1807f4ce0f7ad6 [file] [log] [blame] [edit]
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}