refactor: rename source files extension to .ts (#219)

This commit is contained in:
Alfi Maulana
2024-03-04 20:01:48 +07:00
committed by GitHub
parent 1afc1f6198
commit e0f6aeea02
7 changed files with 7 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"private": true,
"type": "module",
"scripts": {
"build": "tsc && ncc build src/index.mjs -o dist",
"build": "tsc && ncc build src/index.js -o dist",
"format": "prettier --write --cache . !dist !README.md",
"lint": "eslint --ignore-path .gitignore ."
},