qBittorrent-website/tsconfig.json
2024-11-19 01:54:29 +08:00

14 lines
289 B
JSON

{
"compilerOptions":
{
"esModuleInterop": true,
"module": "preserve",
"noImplicitAny": true,
"outDir": "_site/scripts",
"removeComments": true,
"strict": true,
"target": "ES2023"
},
"include": ["src/scripts/*.ts"],
}