9 lines
179 B
JSON
9 lines
179 B
JSON
{
|
|
"extends": "@repo/typescript-config/react-native-library",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"strict": true
|
|
}
|
|
}
|