Sfoglia il codice sorgente

revert tsconfig change

mertalev 1 anno fa
parent
commit
1a25f3fef7
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      web/tsconfig.json

+ 1 - 2
web/tsconfig.json

@@ -17,7 +17,6 @@
     "strict": true,
     "target": "es2020",
     "preserveValueImports": false,
-    "baseUrl": ".",
     "paths": {
       "$lib": [
         "./src/lib"
@@ -29,7 +28,7 @@
         "./src/api"
       ],
       "@test-data": [
-        "./src/test-data/*"
+        "./src/test-data"
       ]
     }
   }