chore: update deprecated ts options
Some checks are pending
Build / build (push) Waiting to run

This commit is contained in:
Tim 2026-05-05 05:05:08 +02:00
parent 5b95c6f4ab
commit bb7bd40b8a

View file

@ -2,11 +2,12 @@
"compilerOptions": {
"lib": ["ESNext", "DOM", "DOM.Iterable"],
"jsx": "react",
"baseUrl": "./src",
"rootDir": "./src",
"outDir": "./dist",
"moduleResolution": "node",
"module": "nodenext",
"moduleResolution": "nodenext",
"paths": {
"stremio/*": ["*"],
"stremio/*": ["./src/*"],
},
"resolveJsonModule": true,
"esModuleInterop": true,