xref: /MusicFree/tsconfig.json (revision bf6e62f27bf21a011995d7561e0093fae1a2d72e)
1*bf6e62f2S猫头猫// prettier-ignore
2*bf6e62f2S猫头猫{
3*bf6e62f2S猫头猫  "extends": "@tsconfig/react-native/tsconfig.json",     /* Recommended React Native TSConfig base */
4*bf6e62f2S猫头猫  "compilerOptions": {
5*bf6e62f2S猫头猫    /* Visit https://aka.ms/tsconfig.json to read more about this file */
6*bf6e62f2S猫头猫
7*bf6e62f2S猫头猫    /* Completeness */
8*bf6e62f2S猫头猫    "skipLibCheck": true,                                 /* Skip type checking all .d.ts files. */
9*bf6e62f2S猫头猫    "baseUrl": ".",
10*bf6e62f2S猫头猫    "paths": {
11*bf6e62f2S猫头猫      "@/*": ["./src/*"]
12*bf6e62f2S猫头猫    },
13*bf6e62f2S猫头猫    "types": ["node"]
14*bf6e62f2S猫头猫  },
15*bf6e62f2S猫头猫
16*bf6e62f2S猫头猫}
17