Skip to content

Commit 0cf75f0

Browse files
l0lawrenceCopilot
andcommitted
Drop vestigial allowImportingTsExtensions from eng tsconfig
No longer needed after emitter-diff switched to .js import specifiers; restores tsconfig.eng.json to match main. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 5371d10 commit 0cf75f0

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tsconfig.eng.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
22
"extends": "./tsconfig.base.json",
3-
"compilerOptions": {
4-
"allowImportingTsExtensions": true
5-
},
63
"include": ["eng"],
74
"exclude": ["eng/vitest.config.ts"]
85
}

0 commit comments

Comments
 (0)