UNPKG

create-sekiban-app

Version:

Create a new Sekiban application with Dapr

12 lines 288 B
{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "outDir": "./dist", "composite": true, "skipLibCheck": true, "noImplicitAny": false }, "include": ["src/**/*"], "exclude": ["node_modules", "dist", "**/*.test.ts", "**/*.spec.ts"] }