Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierZal committed May 21, 2024
1 parent 02fd946 commit 8e2de11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use strict'
// @ts-check
'use strict'

const eslint = require('@eslint/js')
const globals = require('globals')
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"lib": ["ESNext"],
"module": "NodeNext",
"noImplicitOverride": true,
"outDir": "${configDir}/.homeybuild",
"outDir": ".homeybuild",
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit 8e2de11

Please sign in to comment.