feat: heatmap
This commit is contained in:
parent
ab6ec44900
commit
cc96a6e606
4 changed files with 236 additions and 188 deletions
|
|
@ -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/**"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue