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