🔧 Simplify tsconfig (#1496)

This commit is contained in:
Luke Vella 2025-01-15 10:33:26 +00:00 committed by GitHub
parent 4e2661ba01
commit b4be956fd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 18 additions and 21 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "@rallly/tsconfig/base.json",
"extends": "@rallly/tsconfig/react.json",
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}