Files
seanime-docker/seanime-2.9.10/internal/extension_repo/goja_torrent_test/tsconfig.json
2025-09-20 14:08:38 +01:00

15 lines
246 B
JSON

{
"compilerOptions": {
"target": "es5",
"lib": [
"es2015",
"dom"
],
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}