UNPKG

node-firebird-driver-native

Version:
20 lines (19 loc) 382 B
{ "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" ] }