12 lines
192 B
JSON
Raw Permalink Normal View History

2024-10-13 19:49:48 +08:00
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}