stremio / apps /server /tsconfig.json
aladhefafalquran
Deploy StreamTime server
a43472b
raw
history blame contribute delete
254 Bytes
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src"
},
"include": ["src"]
}