dbgate/packages/sqltree/tsconfig.json
2020-03-13 22:42:09 +01:00

14 lines
274 B
JSON

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