This website requires JavaScript.
Explore
Help
Sign in
Andreas
/
markdownlint
Watch
1
Star
0
Fork
You've already forked markdownlint
0
mirror of
https://github.com/DavidAnson/markdownlint.git
synced
2026-02-18 11:18:07 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
7
f77eca0006
markdownlint
/
demo
/
tsconfig.json
10 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
Use ts-loader with webpack to avoid needing to compile lib-es3.
2021-01-06 19:45:15 -08:00
{
"compilerOptions"
:
{
"allowJs"
:
true
,
Replace require("package.json") with constants.js to simplify and remove that file from markdownlint-browser.js.
2021-11-10 21:48:15 -08:00
"outDir"
:
"unused"
Use ts-loader with webpack to avoid needing to compile lib-es3.
2021-01-06 19:45:15 -08:00
}
,
"include"
:
[
"../lib/*.js"
]
}
Reference in a new issue
Copy permalink