Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 421 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 421 Bytes

Small reproduction for problems in single-spa and single-spa-layout using

  • type: "module"
  • TypeScript's compilerOptions.module: "node16"
  • TypeScript's compilerOptions.moduleResolution: "node16"

Reproduce

To see errors, run

npm ci
npm run build

Expected behavior

TypeScript compiles successfully, and no error because of missing type declarations happens.