UNPKG
atikin-env
Version:
latest (1.0.1)
1.0.1
Ultra-fast, zero-dependency .env loader with type safety for Node/TS. Created by: Atikin Verse.
atikin-env
/
tsconfig.json
13 lines
(12 loc)
•
268 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src"
,
"test"
]
}