Add moduleSuffixes to tsconfig (#11146)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user