create-sekiban-app
Version:
Create a new Sekiban application with Dapr
22 lines • 522 B
JSON
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"lib": ["ES2022"],
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": false,
"skipLibCheck": true,
"resolveJsonModule": true,
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"allowJs": false
},
"references": [
{ "path": "./packages/domain" },
{ "path": "./packages/workflows" },
{ "path": "./packages/api" }
]
}