Skip to content

Commit

Permalink
chore: tiny fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stipsan committed Jan 4, 2023
1 parent 6aff1d6 commit 5a36fd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -77,7 +77,7 @@
],
"scripts": {
"build": "npm run clean && pkg build --strict && pkg --strict",
"clean": "npx rimraf dist",
"clean": "npx rimraf dist coverage",
"coverage": "vitest run --coverage",
"lint": "eslint . --ext .cjs,.js,.ts",
"prepublishOnly": "npm run build",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.settings.json
Expand Up @@ -23,6 +23,7 @@
// Module resolution
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true
}
}

0 comments on commit 5a36fd4

Please sign in to comment.