fix types for mermaid-mindmap

This commit is contained in:
Sidharth Vinod
2022-09-23 17:51:29 +05:30
parent 53bbf444e5
commit 8dcbe83b0b
3 changed files with 4 additions and 4 deletions

View File

@@ -4,5 +4,5 @@
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["./src/**/*.ts", "./package.json"]
"include": ["./src/**/*.ts"]
}