mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 09:05:59 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2018",
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"skipLibCheck": true,
|
|
"outDir": "lib",
|
|
"preserveWatchOutput": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|