From 953ad4d9c2f8688f34d798b8f650cf50acafd723 Mon Sep 17 00:00:00 2001 From: Asko Nõmm Date: Sat, 25 Jan 2025 22:07:57 +0200 Subject: Implement FrontMatter parsing. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index f71ca1d..9f40b03 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "compilerOptions": { "module": "esnext", "target": "esnext", - "moduleResolution": "node", + "moduleResolution": "nodenext", "allowImportingTsExtensions": true, "declaration": true, "skipLibCheck": true, -- cgit v1.2.3