translation-terrace/tsconfig.spec.json
2025-01-29 17:17:59 -08:00

7 lines
120 B
JSON

// tsconfig.spec.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
"jsx": "react-native"
}
}