restructure

This commit is contained in:
2024-05-22 20:47:27 -04:00
parent 53c23e694a
commit ba41930a38
6 changed files with 88 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"typeRoots": [
"./node_modules/@types",
"./src/types"
]
}
}