diff options
| author | Asko Nõmm <asko@nmm.ee> | 2025-01-25 22:12:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-25 22:12:30 +0200 |
| commit | 160cb5a7c2a733ee9c1eaa69008148ba9c21125d (patch) | |
| tree | 7d5649d027444443e4aedda7293627d37d956d00 /tsconfig.json | |
| parent | 7f3a7e9770623743fde1cc9fde8aea7d476a5700 (diff) | |
| parent | d8d3118a9bdfe822292d1f4d28d2879aaa1ae86f (diff) | |
Merge pull request #3 from askonomm/2-if-the-content-starts-and-ends-with-----add-content-item-frontmatter
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, |
