Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
11 lines
201 B
JSON
11 lines
201 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|