Skip to content

Commit f6dc29e

Browse files
authored
fix: update tsconfig (#43)
1 parent 9c2c48c commit f6dc29e

File tree

4 files changed

+11
-9
lines changed

4 files changed

+11
-9
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"lint": "pnpm -C packages/devtools run dev:prepare && eslint .",
1414
"test": "vitest",
1515
"release": "bumpp -r && pnpm publish -r",
16-
"typecheck": "vue-tsc --noEmit"
16+
"typecheck": "vue-tsc -b --noEmit"
1717
},
1818
"devDependencies": {
1919
"@antfu/eslint-config": "catalog:devtools",

packages/devtools/src/app/server/tsconfig.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/devtools/tsconfig.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"references": [
3+
{ "path": "./src/.nuxt/tsconfig.app.json" },
4+
{ "path": "./src/.nuxt/tsconfig.server.json" },
5+
{ "path": "./src/.nuxt/tsconfig.shared.json" },
6+
{ "path": "./src/.nuxt/tsconfig.node.json" }
7+
],
8+
"files": []
9+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "./packages/devtools/src/.nuxt/tsconfig.json",
2+
"extends": "./packages/devtools/tsconfig.json",
33
"compilerOptions": {
44
"target": "esnext",
55
"module": "esnext",

0 commit comments

Comments
 (0)