Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(scripts): add tsc --allowJs --declaration --emitDeclarationOnly…
… --declarationDir types --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext --rootDir src ./src**/*.mjs (scripts.prepare:typescript) chore(scripts): add documentation readme --section=API ./src/**/*.mjs && documentation readme --section=API ./src**/*.mjs (scripts.docs) chore(scripts): add documentation lint ./src**/*.mjs (scripts.lint:docs) chore(scripts): add tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs (scripts.lint:typescript)
- Loading branch information