UNPKG
@4a/env
Version:
latest (4.0.1)
4.0.1
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.1.0
2.0.0
1.0.0
环境变量管理
github.com/gavinning/env
gavinning/env
@4a/env
/
tsconfig.json
14 lines
(13 loc)
•
307 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"moduleResolution"
:
"node"
,
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"allowJs"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*"
,
"src/app.d.ts"
]
}