feat: add shared TypeScript config package (@repo/typescript-config)

This commit is contained in:
2026-04-06 14:06:00 +02:00
parent 6cff55d6d3
commit f2d7bc15da
4 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2022", "DOM", "DOM.Iterable"],
"jsx": "react-jsx"
}
}