We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0aae32 commit ff5700dCopy full SHA for ff5700d
package.json
@@ -7,7 +7,7 @@
7
"format": "prettier --write '**/*.ts'",
8
"format-check": "prettier --check '**/*.ts'",
9
"lint": "eslint src/**/*.ts",
10
- "package": "ncc build src/index.ts --target es2022 --source-map --license licenses.txt",
+ "package": "ncc build src/index.ts --source-map --license licenses.txt",
11
"test": "vitest run",
12
"test:watch": "vitest",
13
"all": "pnpm run format && pnpm run lint && pnpm run package && pnpm test"
0 commit comments