Files
dbgate/packages/tools/tsconfig.json
2025-06-09 07:15:45 +00:00

15 lines
249 B
JSON

{
"compilerOptions": {
"target": "ES2018",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib",
"preserveWatchOutput": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
]
}