Files
bob-the-algorithm/packages/ui/tsconfig.json
Morten Olsen 2b0ad8592b monorepo
2022-05-19 23:03:48 +02:00

8 lines
109 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"outDir": "./dist"
}
}