UNPKG
@forabi/memfs
Version:
latest (2.7.2)
2.7.2
In-memory file-system with Node's fs API.
github.com/streamich/memfs
streamich/memfs
@forabi/memfs
/
tsconfig.json
16 lines
(15 loc)
•
256 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"removeComments"
:
false
,
"noImplicitAny"
:
false
,
"sourceMap"
:
false
}
,
"exclude"
:
[
"demo"
,
"src/__tests__"
,
"node_modules"
,
"lib"
]
}