Add output directories to tsconfig path

Tento commit je obsažen v:
Max Schmidt
2023-06-17 12:46:28 +02:00
rodič 0f9a1c36f5
revize ec06f7e00b
+1 -1
Zobrazit soubor
@@ -7,7 +7,7 @@
"skipLibCheck": true,
"outDir": "./dist",
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*", "./dist/*", "./dist/src/*"]
},
"jsx": "react"
},