mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-26 04:37:34 +02:00
🔨 Fix references to old tsconfig
This commit is contained in:
parent
f7fe4be55b
commit
3bba2c7ede
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"extends": "@rallly/tsconfig/react-library",
|
"extends": "@rallly/tsconfig/react.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{
|
{
|
||||||
"extends": "@rallly/tsconfig/react-library.json",
|
"extends": "@rallly/tsconfig/react.json",
|
||||||
"include": ["**/*.ts", "**/*.tsx"]
|
"include": ["**/*.ts", "**/*.tsx"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue