Fix tsconfig

This commit is contained in:
Sidharth Vinod
2022-09-07 13:43:29 +05:30
parent a61d95a005
commit 5905787bea

View File

@@ -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"]
}