10 行
202 B
JSON
10 行
202 B
JSON
|
|
{
|
||
|
|
"extends": "../../tsconfig.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"jsx": "react-native",
|
||
|
|
"noEmit": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*", "specs/**/*"],
|
||
|
|
"exclude": ["node_modules", "dist", "metro"]
|
||
|
|
}
|