diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:07:57 +0200 |
|---|---|---|
| committer | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:07:57 +0200 |
| commit | 953ad4d9c2f8688f34d798b8f650cf50acafd723 (patch) | |
| tree | 6a0cf8b02a0bc1c95ff76683a640cf1fb925a90c /tsconfig.json | |
| parent | 7f3a7e9770623743fde1cc9fde8aea7d476a5700 (diff) | |
Implement FrontMatter parsing.
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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, |
