This commit is contained in:
Morten Olsen
2022-05-19 15:57:20 +02:00
parent 6181eeb0c8
commit 2b0ad8592b
156 changed files with 26987 additions and 14366 deletions

View File

@@ -0,0 +1,12 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": "./",
"paths": {
"#/*": ["./src/*"],
"@morten-olsen/ui/*": ["../ui/src/*"],
"@morten-olsen/ui": ["../ui/src/index.ts"]
}
}
}