cadl/tsconfig.json

6 строки
205 B
JSON
Исходник Постоянная ссылка Обычный вид История

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