futian.liu
2023-12-18 b2a9367b562ae3c664ee46745beab73b4568d4d9
1
2
3
4
5
6
7
8
9
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
        "@/*": ["src/*"]
    }
  },
  "exclude": ["node_modules", "dist"]
}