Skip to content

Commit

Permalink
refactor: changed 'global.d.ts' to 'gland.d.ts' in include path
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mdy-m committed Aug 25, 2024
1 parent 18dcb2a commit d6e43a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"resolveJsonModule": true,
"typeRoots": ["node_modules/@types", "lib/types"]
},
"include": ["lib/**/*.ts", "/*.ts", "lib/types/global.d.ts"]
"include": ["lib/**/*.ts", "/*.ts", "lib/types/gland.d.ts"]
}

0 comments on commit d6e43a3

Please sign in to comment.