commonjs using es6

This commit is contained in:
Axel Olausson Holtenäs 2022-04-14 20:27:12 +02:00
parent cae078793c
commit c50d9224b4
No known key found for this signature in database
GPG key ID: 9347A5E873995701
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npx lint-staged
npx lint-staged

View file

@ -1,7 +1,7 @@
{
"compilerOptions": {
"target": "es2022",
"module": "es2022",
"module": "CommonJS",
"allowJs": true,
"skipLibCheck": true,
"esModuleInterop": true,