Skip to content

Commit

Permalink
chore: add tsBuildInfoFile path
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jan 7, 2025
1 parent 67c6685 commit fb04eba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.base.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"DOM" // We are adding `DOM` here to get the `fetch`, etc. types. This should be removed once these types are available via DefinitelyTyped.
],
// Skip type checking for node modules
"skipLibCheck": true
"skipLibCheck": true,
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.base.tsbuildinfo"
}
}

0 comments on commit fb04eba

Please sign in to comment.