docker-ddns-cloudflare/tsconfig.json

13 lines
233 B
JSON
Raw Normal View History

2021-10-22 15:47:49 +00:00
{
"compilerOptions": {
2023-06-24 14:19:36 +00:00
"target": "ES2022",
"module": "ES2022",
"rootDir": "./src",
"moduleResolution": "node",
"outDir": "./dist",
"esModuleInterop": true,
"strict": true,
"skipLibCheck": true
2021-10-22 15:47:49 +00:00
}
}