- Implements Apache APISIX packaging for Cloudron platform. - Includes Dockerfile, CloudronManifest.json, and start.sh. - Configured to use Cloudron's etcd addon. 🤖 Generated with Gemini CLI Co-Authored-By: Gemini <noreply@google.com>
12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "commonjs",
|
|
"lib": ["esnext"],
|
|
"esModuleInterop": true,
|
|
"strict": true,
|
|
"noEmit": true
|
|
},
|
|
"include": ["**/*.ts"]
|
|
}
|