We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9d5f56 + a919358 commit 4bc5506Copy full SHA for 4bc5506
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "remark-corepass",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"description": "A Remark plugin to transform CorePass notations into markdown links.",
5
"main": "dist/index.js",
6
"types": "types/index.d.ts",
tsconfig.json
@@ -2,10 +2,8 @@
"compilerOptions": {
"target": "ES2020",
"module": "Node16",
- "moduleResolution": "Node16",
"outDir": "./dist",
7
"strict": true,
8
- "esModuleInterop": true,
9
"typeRoots": ["./node_modules/@types", "./types"],
10
"removeComments": true
11
},
0 commit comments