Files
bob-the-algorithm/tsconfig.json
Morten Olsen d83a4aebc7 init
2022-05-05 10:30:59 +02:00

11 lines
153 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": "./",
"paths": {
"#/*": ["./src/*"]
}
}
}