UNPKG
stan-builder
Version:
latest (0.22.0)
0.22.0
0.21.0
0.20.0
0.19.3
0.19.2
0.19.1
0.19.0
0.18.2
0.18.1
0.18.0
0.17.1
0.17.0
0.16.7
0.16.6
0.16.5
0.16.4
0.16.3
0.16.2
0.16.1
0.16.0
0.15.0
0.14.26
0.14.25
0.14.24
0.14.23
0.14.22
0.14.21
0.14.20
0.14.19
0.14.18
0.14.17
0.14.16
0.14.15
0.14.14
0.14.13
0.14.12
0.14.11
0.14.10
0.14.9
0.14.8
0.14.6
0.14.5
0.14.4
0.14.3
0.14.2
0.14.1
0.14.0
0.13.3
0.13.1
0.13.0
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.11.3
0.11.2
0.11.1
0.11.0
0.10.1
0.10.0
0.9.21
0.9.20
0.9.19
0.9.18
0.9.17
0.9.16
0.9.15
0.9.14
0.9.13
0.9.12
0.9.11
0.9.9
0.9.8
0.9.7
0.9.6
0.9.5
0.9.4
0.9.3
0.9.2
0.9.1
0.9.0
0.8.0
0.7.3
0.7.2
0.7.1
0.7.0
0.6.0
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.2.2
0.2.1
0.2.0
0.1.1
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.6
0.0.5
0.0.4
0.0.3
build js library
github.com/planjs/stan/blob/master/packages/stan-builder/README.md
planjs/stan
stan-builder
/
template
/
tsconfig.json
17 lines
(16 loc)
•
285 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"compilerOptions"
:
{
"allowSyntheticDefaultImports"
:
true
,
"declaration"
:
true
,
"module"
:
"esnext"
,
"target"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"jsx"
:
"react"
}
,
"include"
:
[
"./src"
]
,
"exclude"
:
[
"node_modules"
,
"build"
,
"dist"
]
}