chore: dividir typecheck en core y web, con tsconfig.core.json y scripts
Co-authored-by: aider (openrouter/openai/gpt-5) <aider@aider.chat>main
parent
11b599bb38
commit
c3095153ca
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"extends": "./tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"types": ["bun-types"],
|
||||||
|
"lib": ["esnext"]
|
||||||
|
},
|
||||||
|
"include": [
|
||||||
|
"src/**/*.ts",
|
||||||
|
"proxy.ts"
|
||||||
|
],
|
||||||
|
"exclude": [
|
||||||
|
"apps/web/**",
|
||||||
|
"tests/**",
|
||||||
|
"node_modules/**"
|
||||||
|
]
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue