translation-terrace/tsconfig.spec.json
2025-01-30 10:41:40 -08:00

10 lines
149 B
JSON

// tsconfig.spec.json
{
"extends": "./tsconfig.json",
"include": [
"**/*.spec.ts"
],
"compilerOptions": {
"jsx": "react-native"
}
}