xref: /MusicFree/tsconfig.json (revision 5589cdf32b2bb0f641e5ac7bf1f6152cd6b9b70e)
1{
2  "extends": "@react-native/typescript-config/tsconfig.json",
3  "compilerOptions": {
4    /* Visit https://aka.ms/tsconfig.json to read more about this file */
5
6    /* Completeness */
7    "noImplicitAny": false,
8    "skipLibCheck": true,                                 /* Skip type checking all .d.ts files. */
9    "baseUrl": ".",
10    "paths": {
11      "@/*": ["./src/*"]
12    },
13    "types": ["node"]
14  }
15}
16