UNPKG
vils
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Recursively outputs file paths and contents in various formats
github.com/Vishota/vils
Vishota/vils
vils
/
tsconfig.json
16 lines
(15 loc)
•
328 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"target"
:
"ES2019"
,
"module"
:
"CommonJS"
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"resolveJsonModule"
:
true
,
"skipLibCheck"
:
true
,
"declaration"
:
true
}
,
"include"
:
[
"src/**/*"
]
,
"exclude"
:
[
"node_modules"
]
}