dbgate/packages/sqltree/tsconfig.json
2020-03-05 07:35:23 +01:00

12 lines
208 B
JSON

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