Files
callstack__react-native-tes…/tsconfig.json
Maciej Jastrzebski baa772c9d3 Update node to v24 (#1791)
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
2025-07-14 22:49:14 +02:00

18 lines
374 B
JSON

{
"compilerOptions": {
"strict": true,
"esModuleInterop": true,
"allowSyntheticDefaultImports": true,
"skipLibCheck": true,
"jsx": "react",
"target": "ES2022",
"lib": ["ES2022", "DOM"],
"module": "commonjs",
"moduleResolution": "node",
"declaration": true,
"noEmit": true,
"outDir": "build"
},
"include": ["src/**/*"]
}