007c21fa8e
Co-authored-by: Claude <noreply@anthropic.com>
15 lines
352 B
JSON
15 lines
352 B
JSON
{
|
|
"extends": "./tsconfig.check.json",
|
|
"compilerOptions": {
|
|
/*
|
|
* Mirrors Metro's resolution order for platform=android.
|
|
*/
|
|
"moduleSuffixes": [".android", ".native", ""]
|
|
},
|
|
/*
|
|
* Narrows the base exclude so the *.android-check.d.ts ambient shims
|
|
* apply to this pass.
|
|
*/
|
|
"exclude": ["src/platform/*.web-check.d.ts"]
|
|
}
|