Skip to content

Commit

Permalink
workflow: prettier (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
Talljack committed May 3, 2024
1 parent 1c9961f commit 6c21ba7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions .prettierrc

This file was deleted.

2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es2017",
"target": "ESNext",
"lib": ["esnext", "DOM"],
"baseUrl": "./",
"module": "esnext",
Expand Down
2 changes: 1 addition & 1 deletion tsup.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default <Options>{
banner: ({ format }) => {
if (format === 'esm') {
return {
js: `import {createRequire as __createRequire} from 'module';var require=__createRequire(import\.meta.url);`,
js: `import {createRequire as __createRequire} from 'module';var require=__createRequire(import.meta.url);`,
}
}
},
Expand Down

0 comments on commit 6c21ba7

Please sign in to comment.