UNPKG
hexo-reslink
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Automatically create resource links
github.com/Arylo/hexo-reslink
Arylo/hexo-reslink
hexo-reslink
/
tsconfig.json
13 lines
•
220 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"es2016"
,
"module"
:
"commonjs"
,
"rootDirs"
:
[
"./lib"
,
"./test"
]
,
"sourceRoot"
:
"lib"
,
"sourceMap"
:
true
,
"outDir"
:
"./dist"
,
"strict"
:
true
}
}