🔨 Fix references to old tsconfig

This commit is contained in:
Luke Vella 2023-11-24 22:06:25 +07:00
parent f7fe4be55b
commit 3bba2c7ede
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"extends": "@rallly/tsconfig/react-library",
"extends": "@rallly/tsconfig/react.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {

View file

@ -1,4 +1,4 @@
{
"extends": "@rallly/tsconfig/react-library.json",
"extends": "@rallly/tsconfig/react.json",
"include": ["**/*.ts", "**/*.tsx"]
}