Nazara/nazara/deleteme/packages/ui/tsconfig.json

9 lines
179 B
JSON

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