pl-fe: update tsconfig

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-06 01:40:31 +01:00
parent 75f943b39c
commit ff0e3cb58b

View File

@ -1,6 +1,5 @@
{
"compilerOptions": {
"baseUrl": "./",
"outDir": "dist",
"sourceMap": true,
"strict": true,
@ -14,7 +13,7 @@
"esModuleInterop": true,
"skipLibCheck": true,
"paths": {
"pl-fe/*": ["src/*"],
"pl-fe/*": ["./src/*"],
},
"typeRoots": [
"./src/types",