devtools-bp/libs/nestjs-paystack/tsconfig.spec.json
Brian Pooe af743db134
feat: renamed library and added fetch split api
* feat: new package name

---------

Co-authored-by: Brian Pooe <bria.method@gmail.com>
2023-07-15 11:44:29 +02:00

14 lines
265 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"module": "commonjs",
"types": ["jest", "node"]
},
"include": [
"jest.config.ts",
"src/**/*.test.ts",
"src/**/*.spec.ts",
"src/**/*.d.ts"
]
}