Aponia
Aponia
I did some poking around and I cobbled together something that seems to work with the current version of the CDK (TypeScript). The implementation is based on the official [template-dir...
> That's what I have tried to do, but trying to import `markdown-it-shiki-twoslash` from the `.config.ts` file in VuePress will cause module resolution errors. `require() of ES modules is not...
I'm having this issue as well. This is my ESLint config. ```ts module.exports = { root: true, parser: '@typescript-eslint/parser', parserOptions: { project: ['./tsconfig.json'], sourceType: 'module', }, plugins: ['import', '@typescript-eslint'], extends:...
Hello, I was wondering if there was any updates on this! I'd love to contribute to the core library, which is currently awaiting on this dependency.