mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
baa772c9d3
Co-authored-by: Cursor Agent <cursoragent@cursor.com>
18 lines
374 B
JSON
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/**/*"]
|
|
}
|