UNPKG
@1amageek/open-graph-protocol
Version:
latest (0.3.0)
0.3.0
0.2.1
0.2.0
0.1.1
0.1.0
An interface for Open Graph Protocol.
github.com/1amageek/ballcap.ts
1amageek/ballcap.ts
@1amageek/open-graph-protocol
/
tsconfig.json
16 lines
(15 loc)
•
252 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"commonjs"
,
"noImplicitReturns"
:
true
,
"noUnusedLocals"
:
true
,
"outDir"
:
"lib"
,
"sourceMap"
:
true
,
"strict"
:
true
,
"target"
:
"es2017"
}
,
"compileOnSave"
:
true
,
"include"
:
[
"src"
]
}