UNPKG
naver-dict-search
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
Naver dictionary searcher
github.com/yeonfish6040/Naver-Dict-Search
yeonfish6040/Naver-Dict-Search
naver-dict-search
/
tsconfig.json
9 lines
•
145 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
}