UNPKG
shinfileinputer
Version:
latest (1.0.2)
1.0.2
1.0.1
select and access a local file without upload file or files to remote
shinfileinputer
/
tsconfig.json
10 lines
(9 loc)
•
162 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"compilerOptions"
:
{
"allowSyntheticDefaultImports"
:
true
,
"noImplicitAny"
:
true
,
"module"
:
"es6"
,
"target"
:
"es5"
,
"allowJs"
:
true
}
}