mirror of
https://github.com/morten-olsen/bob-the-algorithm.git
synced 2026-02-08 00:46:25 +01:00
11 lines
153 B
JSON
11 lines
153 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"baseUrl": "./",
|
|
"paths": {
|
|
"#/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|