From 5905787beac7904e17857b7beb314a711b6da8ef Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Wed, 7 Sep 2022 13:43:29 +0530 Subject: [PATCH] Fix tsconfig --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }