mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
21 lines
477 B
JSON
21 lines
477 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"skipLibCheck": true,
|
|
"jsx": "react",
|
|
"target": "ES2022",
|
|
"lib": ["ES2022", "DOM"],
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
"declaration": true,
|
|
"noEmit": true,
|
|
"rootDir": "src",
|
|
"types": ["jest", "node"],
|
|
"outDir": "dist"
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["src/__tests__/react-19_2/**/*"]
|
|
}
|