docker-ddns-cloudflare/tsconfig.json
2023-06-24 16:19:36 +02:00

13 lines
233 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ES2022",
"rootDir": "./src",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
}
}