mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
15 lines
249 B
JSON
15 lines
249 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "ES2015",
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"skipLibCheck": true,
|
||
|
"outDir": "lib",
|
||
|
"preserveWatchOutput": true,
|
||
|
"esModuleInterop": true
|
||
|
},
|
||
|
"include": [
|
||
|
"src/**/*"
|
||
|
]
|
||
|
}
|