2021-08-25 22:47:06 +03:00
|
|
|
{
|
2024-05-24 03:19:50 +03:00
|
|
|
"extends": "./tsconfig.base.json",
|
2024-05-24 05:37:11 +03:00
|
|
|
"include": ["**/*.ts", "**/*.tsx", "**/.storybook/**/*.ts", "**/.storybook/**/*.tsx"],
|
2024-05-24 03:19:50 +03:00
|
|
|
"exclude": ["**/node_modules/", "**/dist/", "**/build/", "**/coverage/"]
|
2021-08-25 22:47:06 +03:00
|
|
|
}
|