node-DeepResearch/jina-ai/tsconfig.json
Yanlong Wang 8af35c6640
jina-ai: billing for saas service (#55)
* wip: jina billing

* wip

* fix: build issues

* ci: cd gh action

* fix: make ci happy
2025-02-11 18:27:15 +08:00

17 lines
404 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"module": "node16",
"outDir": "./dist",
"rootDir": "./src",
"sourceMap": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"resolveJsonModule": true
}
}