mirror of
https://github.com/cupcakearmy/docker-ddns-cloudflare.git
synced 2024-10-09 10:43:43 +02: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
|
|
}
|
|
}
|