mirror of
https://github.com/yamadashy/repomix.git
synced 2026-05-30 11:18:53 +02:00
926973f7f9
The tsgo update removed support for moduleResolution=node10. These options were unnecessary overrides since WXT's generated tsconfig already sets module=ESNext and moduleResolution=Bundler correctly. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
16 lines
284 B
JSON
16 lines
284 B
JSON
{
|
|
"extends": "./.wxt/tsconfig.json",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"target": "esnext",
|
|
"lib": [
|
|
"dom",
|
|
"esnext"
|
|
],
|
|
"allowJs": false,
|
|
"noImplicitAny": true,
|
|
"removeComments": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true
|
|
}
|
|
} |