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": { "compilerOptions": {
"baseUrl": "./",
"outDir": "dist", "outDir": "dist",
"sourceMap": true, "sourceMap": true,
"strict": true, "strict": true,
@ -14,7 +13,7 @@
"esModuleInterop": true, "esModuleInterop": true,
"skipLibCheck": true, "skipLibCheck": true,
"paths": { "paths": {
"pl-fe/*": ["src/*"], "pl-fe/*": ["./src/*"],
}, },
"typeRoots": [ "typeRoots": [
"./src/types", "./src/types",