Skip to content

Commit

Permalink
chore(scripts): add tsc --allowJs --declaration --emitDeclarationOnly…
Browse files Browse the repository at this point in the history
… --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
arlac77 committed Dec 29, 2024
1 parent f4cf577 commit b627a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"cover": "c8 -x 'tests/**/*' --temp-directory build/tmp ava --timeout 4m tests/*-ava.mjs tests/*-ava-node.mjs && c8 report -r lcov -o build/coverage --temp-directory build/tmp",
"docs": "documentation readme --section=API ./src/**/*.mjs && documentation readme --section=API ./src**/*.mjs",
"lint": "node --run lint:docs && node --run lint:typescript",
"lint:docs": "documentation lint ./src/**/*.mjs && documentation lint ./src**/*.mjs",
"lint:docs": "documentation lint ./src**/*.mjs",
"lint:typescript": "tsc --allowJs --checkJs --noEmit --resolveJsonModule --target es2024 --lib es2024 -m esnext --module nodenext --moduleResolution nodenext ./src**/*.mjs"
},
"devDependencies": {
Expand Down

0 comments on commit b627a6f

Please sign in to comment.