UNPKG
insight-plugin-verifier
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.0
Insight-verifier
insight-plugin-verifier
/
tsconfig.json
13 lines
•
184 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"target"
:
"es5"
,
"allowJs"
:
true
}
,
"include"
:
[
"./js/*"
]
,
"exclude"
:
[
"./node_modules/"
]
}