This website works better with JavaScript
Home
Explore
Help
Sign In
AI
/
opencode-ide-plugin
mirror of
https://github.com/paviko/opencode-ide-plugin.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
desktop: exclude ts-dist from tsconfig sources
Brendan Allan
2 months ago
parent
bd1f5f884e
commit
6f5f73a74a
1 changed files
with
1 additions
and
1 deletions
Unified View
Show Diff Stats
1
1
packages/desktop/tsconfig.json
+ 1
- 1
packages/desktop/tsconfig.json
View File
@@ -20,5 +20,5 @@
"@/*": ["./src/*"]
"@/*": ["./src/*"]
}
}
},
},
- "exclude": ["dist"]
+ "exclude": ["dist"
, "ts-dist"
]
}
}