Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Root tsconfig to set the settings and power editor support for all TS files
{
"extends": "@tsconfig/node20/tsconfig.json",
"compileOnSave": true,
"compilerOptions": {
// do not compile anything; this file is just to configure type checking
Expand Down
Loading