* chore: TS config - ignore node_modules in subdirectories * Update tsconfig.json * Applied the pattern to the entire monorepo
6 lines
120 B
JSON
6 lines
120 B
JSON
{
|
|
"extends": "@calcom/tsconfig/base.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "**/node_modules/**"]
|
|
}
|