Skip to content

Commit facdd18

Browse files
committed
updated turbo
1 parent df49a3c commit facdd18

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

apps/docs/tsconfig.json

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,7 @@
88
],
99
"strictNullChecks": true,
1010
"target": "ES2017",
11-
"lib": [
12-
"dom",
13-
"dom.iterable",
14-
"esnext"
15-
],
11+
"lib": ["dom", "dom.iterable", "esnext"],
1612
"skipLibCheck": true,
1713
"strict": false,
1814
"incremental": true,
@@ -27,7 +23,5 @@
2723
"next.config.js",
2824
".next/types/**/*.ts"
2925
],
30-
"exclude": [
31-
"node_modules"
32-
]
26+
"exclude": ["node_modules"]
3327
}

turbo.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"outputs": []
1717
},
1818
"check-types": {
19-
"dependsOn": ["^build", "build"],
19+
"dependsOn": ["^build", "build"],
2020
"outputs": []
2121
},
2222
"dev": {

0 commit comments

Comments
 (0)