UNPKG
unexample
Version:
latest (1.0.0)
1.0.0
convert .env.example to .env (and some)
github.com/rootindex/unexample
rootindex/unexample
unexample
/
tsconfig.json
12 lines
•
233 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist/"
,
"strict"
:
true
,
"moduleResolution"
:
"node"
,
"baseUrl"
:
"./src/"
,
"esModuleInterop"
:
true
,
}
}