docker-ddns-cloudflare/tsconfig.json

13 lines
232 B
JSON
Raw Permalink Normal View History

2021-10-22 17:47:49 +02:00
{
"compilerOptions": {
2023-06-24 16:19:36 +02:00
"target": "ES2022",
"module": "ES2022",
"rootDir": "./src",
2024-02-27 17:59:00 +01:00
"moduleResolution": "Bundler",
"noEmit": true,
2023-06-24 16:19:36 +02:00
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
2021-10-22 17:47:49 +02:00
}
}