feat: heatmap

This commit is contained in:
Jakob Stornig 2023-12-21 15:19:28 +01:00
parent ab6ec44900
commit cc96a6e606
4 changed files with 236 additions and 188 deletions

View file

@ -2,11 +2,15 @@
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"skipLibCheck": true,
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts"
],
"exclude": [
"./node_modules/**"
]
}