zeroframework/Web/ZeroFramework.DeviceCenter.Web/jsconfig.json

12 lines
192 B
JSON
Raw Normal View History

2023-12-05 09:22:48 +00:00
{
"compilerOptions": {
"jsx": "react-jsx",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}