2021-07-18 14:56:59 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"isolatedModules": true,
|
|
|
|
"jsx": "react",
|
|
|
|
"lib": ["es2020"],
|
|
|
|
"noEmit": true,
|
|
|
|
"strict": true,
|
|
|
|
"target": "esnext",
|
2021-07-18 15:51:40 +02:00
|
|
|
"skipLibCheck": true,
|
2024-05-05 22:33:06 +02:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
"module": "esnext",
|
2024-06-06 03:31:34 +02:00
|
|
|
"paths": {
|
|
|
|
}
|
2021-07-18 14:56:59 +02:00
|
|
|
},
|
2024-06-06 03:31:34 +02:00
|
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
2024-06-20 02:38:40 +02:00
|
|
|
"exclude": ["node_modules", "babel.config.js", "jest.config.js", "components/react-native-draggable-flatlist", "scripts/maccatalystpatches"],
|
2024-05-29 01:52:36 +02:00
|
|
|
}
|