mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2025-07-16 06:45:34 +00:00
13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ES2022",
|
|
"rootDir": "./src",
|
|
"moduleResolution": "Bundler",
|
|
"noEmit": true,
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
}
|
|
}
|