• wuhao's avatar
    asder · ba58e96a
    wuhao authored
    ba58e96a
jsconfig.json 192 Bytes
{
  "compilerOptions": {
    "jsx": "react-jsx",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "baseUrl": ".",
    "paths": {
      "@/*": ["./src/*"]
    }
  }
}