mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
ci: typecheck
This commit is contained in:
parent
e0bfbcb663
commit
df046e5e04
2 changed files with 14 additions and 4 deletions
2
.github/workflows/typecheck.yml
vendored
2
.github/workflows/typecheck.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: Typecheck
|
||||
name: typecheck
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
|
|
|||
|
|
@ -4,10 +4,20 @@
|
|||
"compilerOptions": {
|
||||
"jsx": "preserve",
|
||||
"jsxImportSource": "solid-js",
|
||||
"types": ["vite/client"],
|
||||
"customConditions": ["development"],
|
||||
"types": [
|
||||
"vite/client"
|
||||
],
|
||||
"lib": [
|
||||
"DOM",
|
||||
"DOM.Iterable",
|
||||
],
|
||||
"customConditions": [
|
||||
"development"
|
||||
],
|
||||
"paths": {
|
||||
"@/*": ["./src/*"]
|
||||
"@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue