UNPKG
@cedx/akismet
Version:
latest (17.1.0)
17.1.0
17.0.1
17.0.0
16.2.1
16.2.0
16.1.1
16.1.0
16.0.2
16.0.1
16.0.0
Prevent comment spam using the Akismet service.
github.com/cedx/akismet.js
cedx/akismet.js
@cedx/akismet
/
src
/
tsconfig.json
12 lines
(11 loc)
•
204 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"extends"
:
"../tsconfig.json"
,
"include"
:
[
"**/*.ts"
]
,
"compilerOptions"
:
{
"declaration"
:
true
,
"declarationMap"
:
true
,
"noEmit"
:
false
,
"outDir"
:
"../lib"
,
"rootDir"
:
"."
}
}