Fix all the bugs (it wörks now)

This commit is contained in:
Daniel Kluge
2023-11-01 20:39:30 +01:00
parent 7d21df351b
commit cab50cda6a
12 changed files with 104 additions and 79 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
"baseUrl": "src", /* Specify the base directory to resolve non-relative module names. */
"paths": {
"types/*": ["types/*"]
"types/*": ["types/*"],
}, /* Specify a set of entries that re-map imports to additional lookup locations. */
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */
// "typeRoots": [], /* Specify multiple folders that act like './node_modules/@types'. */