create-sekiban-app
Version:
Create a new Sekiban application with Dapr
16 lines • 371 B
JSON
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"composite": true,
"skipLibCheck": true,
"noImplicitAny": false
},
"include": ["src/**/*"],
"exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"],
"references": [
{ "path": "../domain" },
{ "path": "../workflows" }
]
}