UNPKG

create-sekiban-app

Version:

Create a new Sekiban application with Dapr

11 lines 191 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "./dist", "rootDir": "./src" }, "include": ["src/**/*"], "references": [ { "path": "../domain" } ] }