Skip to content

rehype-mathjax/svg.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler' #109

@ACFancy

Description

@ACFancy

Initial checklist

Affected package

"rehype-mathjax": "^7.0.0",

Steps to reproduce

rehype-mathjax/svg.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'

Actual behavior

tsconfig.json

{
	"compilerOptions": {
		"target": "esnext",
		"module": "esnext",
		"moduleResolution": "node",
		"strict": true,
		"resolveJsonModule": true,
		"jsx": "preserve",
		"lib": [
			"ESNext",
			"DOM",
			"DOM.Iterable"
		],
		"esModuleInterop": true,
		"strictNullChecks": true,
	},
	"exclude": [
		"node_modules"
	]
}

Expected behavior

rehype-mathjax/svg.d.ts', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'

Runtime

[email protected]

Package manager

[email protected]

Operating system

macOS Sequoia 15.1

Build and bundle tools

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    👎 phase/noPost cannot or will not be acted on🙋 no/questionThis does not need any changes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions