Files
Dominik Ferber 5f3757afc7 stop relying on workspace tsconfig (#213)
* stop relying on workspace tsconfig

closes #204

* add changeset
2025-11-06 17:06:49 +02:00

10 lines
171 B
JSON

{
"extends": "../../tsconfig-base.json",
"include": ["src"],
"compilerOptions": {
"lib": ["esnext"],
"resolveJsonModule": true,
"target": "ES2020"
}
}