cadl/tsconfig.json

6 строки
205 B
JSON

{
"extends": "./tsconfig.base.json",
"include": ["**/*.ts", "**/*.tsx", "**/.storybook/**/*.ts", "**/.storybook/**/*.tsx"],
"exclude": ["**/node_modules/", "**/dist/", "**/build/", "**/coverage/"]
}