UNPKG
wsl-path
Version:
latest (4.0.0)
4.0.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.0
1.1.0
1.0.3
1.0.1
1.0.0
1.0.0-rc
0.0.2
0.0.1
Convert Windows paths to WSL (1 & 2) paths and vice versa
github.com/mojadev/wsl-path
wsl-path
/
tsconfig.json
18 lines
•
281 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist/"
,
"lib"
:
[
"es6"
]
,
"types"
:
[
"node"
,
"jest"
]
}
,
"exclude"
:
[
"**/*.spec.ts"
]
}