diff --git a/tsconfig.json b/tsconfig.json index 31ba0ee7d..0ffa0002e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -104,5 +104,5 @@ // "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */ "skipLibCheck": true /* Skip type checking all .d.ts files. */ }, - "include": ["./src/**/*.ts", "./package.json", "src/mermaid.spec.ts"] + "include": ["./src/**/*.ts", "./package.json"] }