Skip to content

Commit

Permalink
Merge pull request #527 from nextcloud/fix/typescript-node16
Browse files Browse the repository at this point in the history
  • Loading branch information
skjnldsv committed May 24, 2023
2 parents b208003 + 6cd3e55 commit 113fb6b
Show file tree
Hide file tree
Showing 3 changed files with 693 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index.js
Expand Up @@ -146,6 +146,9 @@ module.exports = {
},
settings: {
'import/resolver': {
typescript: {
alwaysTryTypes: true,
},
node: {
paths: ['src'],
extensions: ['.(m|c)?js', '.ts', '.tsx', '.vue'],
Expand Down

0 comments on commit 113fb6b

Please sign in to comment.