Skip to content

Commit 2e68a40

Browse files
logaretmclaude
andcommitted
chore(nitro): clean up stale tsconfig.types.json references
Remove the `exclude` and "built separately" comment referencing `src/setup.ts` and `tsconfig.setup-types.json`, both of which no longer exist in the package. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 6869c2a commit 2e68a40

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

packages/nitro/tsconfig.types.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"extends": "./tsconfig.json",
3-
43
"compilerOptions": {
54
"declaration": true,
65
"declarationMap": true,
76
"emitDeclarationOnly": true,
8-
"outDir": "build/types"
7+
"outDir": "build/types",
98
},
10-
11-
"//": "This is built separately in tsconfig.setup-types.json",
12-
"exclude": ["src/setup.ts"]
139
}

0 commit comments

Comments
 (0)