UNPKG
typesof
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
javascript类型判断
typesof
/
tsconfig.json
13 lines
(12 loc)
•
253 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"files"
:
[
"src/typeof.ts"
]
,
"exclude"
:
[
"node_modules"
]
,
"compilerOptions"
:
{
"noImplicitAny"
:
true
,
"module"
:
"es6"
,
"target"
:
"es5"
,
"outDir"
:
"./lib"
,
"declaration"
:
true
,
"declarationDir"
:
"./types"
}
}