dbgate/packages/sqltree/tsconfig.json

12 lines
208 B
JSON
Raw Normal View History

2020-03-05 06:35:23 +00:00
{
"compilerOptions": {
"target": "ES2015",
"module": "commonjs",
"declaration": true,
"skipLibCheck": true,
"outDir": "lib"
},
"include": [
"src/**/*"
]
}