14 行
275 B
JSON
14 行
275 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-native",
|
|
"baseUrl": "../../",
|
|
"paths": {
|
|
"@xuqm/rn-common": ["packages/common/src"]
|
|
},
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|