UNPKG
markdown-it-alert
Version:
latest (0.1.5)
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.1
Create alerts for markdown
github.com/silvandiepen/markdown-it-alert
silvandiepen/markdown-it-alert
markdown-it-alert
/
tsconfig.json
16 lines
(15 loc)
•
299 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"compilerOptions"
:
{
"module"
:
"CommonJS"
,
"esModuleInterop"
:
true
,
"target"
:
"es6"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"sourceMap"
:
true
,
"rootDir"
:
"src"
,
"outDir"
:
"dist"
,
"declaration"
:
true
}
,
"lib"
:
[
"es2015"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
]
}