aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-react-native-web/packages/ui/tsconfig.json
blob: f0455ac4af1c84c9faca68ae08a0ad68a5f06c23 (plain) (blame)
1
2
3
4
5
6
7
8
{
  "extends": "tsconfig/react-native-library",
  "include": ["."],
  "exclude": ["dist", "build", "node_modules"],
  "compilerOptions": {
    "strict": true
  }
}