mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-05-10 23:50:42 +00:00
This commit is contained in:
parent
5b95c6f4ab
commit
bb7bd40b8a
1 changed files with 4 additions and 3 deletions
|
|
@ -2,11 +2,12 @@
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
||||||
"jsx": "react",
|
"jsx": "react",
|
||||||
"baseUrl": "./src",
|
"rootDir": "./src",
|
||||||
"outDir": "./dist",
|
"outDir": "./dist",
|
||||||
"moduleResolution": "node",
|
"module": "nodenext",
|
||||||
|
"moduleResolution": "nodenext",
|
||||||
"paths": {
|
"paths": {
|
||||||
"stremio/*": ["*"],
|
"stremio/*": ["./src/*"],
|
||||||
},
|
},
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"esModuleInterop": true,
|
"esModuleInterop": true,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue