mdx Seiten wieder in pages gepackt und Dependencies upgedated.

This commit is contained in:
Moritz Utcke
2024-11-11 12:15:01 +11:00
parent 754f6ab47a
commit b0201c250f
11 changed files with 65 additions and 66 deletions

View File

@@ -2,9 +2,9 @@
"compilerOptions": {
// Enable top-level await, and other modern ESM features
"target": "ESNext",
"module": "ESNext",
"module": "NodeNext",
// Enable node-style module resolution, for things like npm package imports
"moduleResolution": "node",
"moduleResolution": "NodeNext",
// Enable JSON imports
"resolveJsonModule": true,
// Enable stricter transpilation for better output