Skip to content

Commit

Permalink
Update tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
josxha committed Jan 6, 2025
1 parent a405a87 commit b13c310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
"ts-node": {
"compilerOptions": {
"module": "ESNext",
"moduleResolution": "Node"
"moduleResolution": "Node",
"types": ["@types/wicg-file-system-access"]
}
}
}

0 comments on commit b13c310

Please sign in to comment.