pl-api: initialize tests

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-02-27 02:27:57 +01:00
parent 632346642d
commit 00dddbece6
7 changed files with 63 additions and 4 deletions

View File

@@ -5,6 +5,9 @@
"module": "ESNext",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
},
/* Bundler mode */
"moduleResolution": "bundler",