@pgtyped/wire
Advanced tools
Comparing version 0.8.0 to 0.9.0
{ | ||
"name": "@pgtyped/wire", | ||
"version": "0.8.0", | ||
"version": "0.9.0", | ||
"main": "lib/index.js", | ||
@@ -26,3 +26,3 @@ "types": "lib/index.d.ts", | ||
}, | ||
"gitHead": "33935adad226d2ed546014cc850e9a871574a678" | ||
"gitHead": "ef0a980b5ef6f414129de066bee2e02553fd457e" | ||
} |
{ | ||
"extends": "../../tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "./lib/", /* Redirect output structure to the directory. */ | ||
"outDir": "./lib/" /* Redirect output structure to the directory. */, | ||
"rootDir": "./src/" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */ | ||
}, | ||
"exclude": [ | ||
"tests", | ||
"lib" | ||
], | ||
"include": [ | ||
"./src" | ||
] | ||
} | ||
"exclude": ["tests", "lib"], | ||
"include": ["./src"] | ||
} |
91823
2515