1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-08 23:15:24 +02:00

resolve merge conflicts

This commit is contained in:
Tyler Myracle 2024-01-21 20:30:14 -06:00
commit 13bc12ba94
2 changed files with 1 additions and 11 deletions

View file

@ -1,5 +0,0 @@
{
"extends": "../tsconfig.json",
"compilerOptions": {},
"include": ["**/*.ts", "**/*.tsx", "**/**/*.ts", "**/**/*.tsx"]
}

View file

@ -27,10 +27,5 @@
"next-env.d.ts", "next-env.d.ts",
".next/types/**/*.ts" ".next/types/**/*.ts"
], ],
"exclude": ["node_modules", "jest.config.ts"], "exclude": ["node_modules", "jest.config.ts"]
"references": [
{
"path": "./.storybook/tsconfig.json"
}
]
} }