feat: add kodik source parsing for custom player

This commit is contained in:
Kentai Radiquum 2025-03-14 23:50:51 +05:00
parent 0c6c990c67
commit 97c8935a0f
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
9 changed files with 3915 additions and 67 deletions

View file

@ -8,7 +8,7 @@
"incremental": true,
"module": "esnext",
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
@ -27,6 +27,7 @@
}
},
"include": [
"video.d.ts",
"next-env.d.ts",
".next/types/**/*.ts",
"**/*.ts",