mirror of
https://github.com/qbittorrent/qBittorrent-website.git
synced 2024-11-26 19:00:22 +00:00
14 lines
289 B
JSON
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"],
|
|
}
|