jsconfig.json 168 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1 2 3 4 5 6
{
  "compilerOptions": {
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "baseUrl": ".",
    "paths": {
7
      "@/*": ["./src/*"]
陈帅's avatar
陈帅 committed
8 9 10
    }
  }
}