UNPKG
create-sekiban-app
Version:
latest (0.1.0-alpha.8)
0.1.0-alpha.8
0.1.0-alpha.7
0.1.0-alpha.6
0.1.0-alpha.5
0.1.0-alpha.4
0.1.0-alpha.3
0.1.0-alpha.2
0.1.0-alpha.1
Create a new Sekiban application with Dapr
github.com/J-Tech-Japan/Sekiban
J-Tech-Japan/Sekiban
create-sekiban-app
/
template
/
packages
/
api-event-handler
/
tsconfig.json
13 lines
•
303 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"../../tsconfig.json"
,
"compilerOptions"
:
{
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"declaration"
:
true
,
"declarationMap"
:
true
,
"esModuleInterop"
:
true
,
"allowSyntheticDefaultImports"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}