Files

18 lines
453 B
JSON
Raw Permalink Normal View History

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"composite": true
},
"include": ["src/**/*", "tests/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../../packages/shared" },
{ "path": "../../packages/schemas" },
{ "path": "../../packages/database" },
{ "path": "../../packages/payment-gateway" }
]
}