UNPKG
create-tiny-sb
Version:
latest (1.4.0)
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
1.0.0
Bootstrap your osu storyboard with tiny-osbjs.
create-tiny-sb
/
templates
/
ts
/
tsconfig.json
13 lines
(12 loc)
•
240 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ESNext"
,
"module"
:
"CommonJS"
,
"esModuleInterop"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
"strict"
:
true
,
"noEmit"
:
true
,
"resolveJsonModule"
:
true
,
"moduleResolution"
:
"node"
}
}