xref: /MusicFree/tsconfig.json (revision d1a36a67ac3d03c61d8bafd8ac2bc121ea4f6f3e)
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