UNPKG
repture
Version:
latest (1.0.0)
1.0.0
Lightweight JavaScript ES6 based utility library
github.com/theahmadzai/repture
theahmadzai/repture
repture
/
tsconfig.json
18 lines
(17 loc)
•
302 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"compileOnSave"
:
false
,
"compilerOptions"
:
{
"allowSyntheticDefaultImports"
:
true
,
"diagnostics"
:
true
,
"removeComments"
:
true
,
"skipLibCheck"
:
true
,
"pretty"
:
true
,
"target"
:
"es5"
,
"module"
:
"es6"
}
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"test"
]
}