Add baseUrl to tsconfig.json

This commit is contained in:
2024-05-21 16:09:01 +02:00
parent 9465e5f05a
commit 6ab7d751d9
+1 -1
View File
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"baseUrl": "./src",
"baseUrl": "src",
// Enable latest features
"lib": ["ESNext"],