node-firebird-driver-native
Version:
Firebird Native Driver for Node.js
20 lines (19 loc) • 382 B
JSON
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist"
},
"include": [
"./src/**/*"
],
"references": [
{ "path": "../node-firebird-driver" },
{ "path": "../node-firebird-native-api" }
],
"exclude": [
"node_modules",
"dist",
"build"
]
}