dbgate/packages/tools/tsconfig.json

15 lines
249 B
JSON
Raw Normal View History

2020-06-18 19:18:30 +00:00
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib",
"preserveWatchOutput": true,
"esModuleInterop": true
},
"include": [
"src/**/*"
]
}