16 lines
408 B
JSON
16 lines
408 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
/* Visit https://aka.ms/tsconfig.json to read more about this file */
|
|
|
|
/* Completeness */
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
},
|
|
"types": ["node"]
|
|
}
|
|
}
|