This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ZhangJinChen
/
opencode
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
desktop: exclude ts-dist from tsconfig sources
Brendan Allan
9 months ago
parent
bd1f5f884e
commit
6f5f73a74a
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
packages/desktop/tsconfig.json
+ 1
- 1
packages/desktop/tsconfig.json
View File
@@ -20,5 +20,5 @@
"@/*": ["./src/*"]
}
},
- "exclude": ["dist"]
+ "exclude": ["dist"
, "ts-dist"
]
}