UNPKG
with
Version:
canary (7.0.2-canary-3)
latest (7.0.2)
7.0.2
7.0.2-canary-3
7.0.1
7.0.1-canary-2
7.0.0
7.0.0-canary-1
6.0.0
5.1.1
5.1.0
5.0.2
5.0.1
5.0.0
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.0.0
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Compile time `with` for strict mode JavaScript
github.com/pugjs/with
pugjs/with
with
/
tsconfig.json
11 lines
(10 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"@forbeslindesay/tsconfig"
,
"compilerOptions"
:
{
"outDir"
:
"lib"
,
"incremental"
:
true
,
"rootDir"
:
"src"
,
"tsBuildInfoFile"
:
"lib/.tsbuildinfo"
}
,
"include"
:
[
"src"
]
}