mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix skills app CI typecheck (#1490)
This commit is contained in:
parent
c13853702c
commit
a06c9331f9
@ -1,10 +1,11 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"target": "es2021",
|
||||
"lib": [
|
||||
"dom",
|
||||
"dom.iterable",
|
||||
"esnext"
|
||||
"es2021",
|
||||
"es2022.error"
|
||||
],
|
||||
"allowJs": true,
|
||||
"strict": true,
|
||||
@ -17,6 +18,9 @@
|
||||
"jsx": "react-jsx",
|
||||
"incremental": true,
|
||||
"noErrorTruncation": true,
|
||||
"types": [
|
||||
"vitest/importMeta"
|
||||
],
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user