UNPKG
@gluestack-v2/glue-plugin-web
Version:
latest (0.1.8)
0.1.8
0.1.7
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.1.0-alpha.1
0.0.2
0.0.1
Gluestack V2 Web Plugin
gluestack-v2/framework-cli
@gluestack-v2/glue-plugin-web
/
tsconfig.json
18 lines
(17 loc)
•
294 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"lib"
:
[
"es6"
,
"es2015"
,
"dom"
]
,
"declaration"
:
true
,
"outDir"
:
"build"
,
"strict"
:
true
,
"types"
:
[
"node"
]
,
"esModuleInterop"
:
true
,
"module"
:
"UMD"
,
"moduleResolution"
:
"node"
,
"allowJs"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
}