UNPKG
@gozenc/interpolate-html-plugin
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
InterpolateHtmlPlugin implemented for webpack v5.
fatihgozenc/interpolate-html-plugin
@gozenc/interpolate-html-plugin
/
tsconfig.json
18 lines
•
360 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compilerOptions"
:
{
"target"
:
"es6"
,
"module"
:
"commonjs"
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./src"
,
"strict"
:
true
,
"skipLibCheck"
:
true
,
"forceConsistentCasingInFileNames"
:
true
,
}
,
"include"
:
[
"src/*"
]
,
"exclude"
:
[
"node_modules"
,
"**/*.test.ts"
]
}