mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-30 05:36:43 +02:00
chore: Fix exclude
This commit is contained in:
@@ -103,5 +103,5 @@
|
|||||||
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
|
||||||
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
"skipLibCheck": true /* Skip type checking all .d.ts files. */
|
||||||
},
|
},
|
||||||
"exclude": ["node_modules", "dist", "coverage"]
|
"exclude": ["**/node_modules/*", "**/dist/*", ".git", "coverage"]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user