From a91935875788e47fbe32bdee75608f5073c43e45 Mon Sep 17 00:00:00 2001 From: Rastislav Date: Sat, 2 Mar 2024 13:02:23 +0100 Subject: [PATCH] Update --- package.json | 2 +- tsconfig.json | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 594fd20..66ed1fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-corepass", - "version": "0.1.4", + "version": "0.1.5", "description": "A Remark plugin to transform CorePass notations into markdown links.", "main": "dist/index.js", "types": "types/index.d.ts", diff --git a/tsconfig.json b/tsconfig.json index 12eae6f..5781af0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,10 +2,8 @@ "compilerOptions": { "target": "ES2020", "module": "Node16", - "moduleResolution": "Node16", "outDir": "./dist", "strict": true, - "esModuleInterop": true, "typeRoots": ["./node_modules/@types", "./types"], "removeComments": true },