ktx/packages/connector-sqlserver/tsconfig.json

10 lines
188 B
JSON
Raw Permalink Normal View History

2026-05-10 23:12:26 +02:00
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src"
},
"include": ["src/**/*.ts"],
"exclude": ["dist", "node_modules"]
}