Skip to content

Commit

Permalink
remove tsconfig compiler option paths
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Sep 8, 2024
1 parent 94deacb commit fd3c3fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/mermaid/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,7 @@
"compilerOptions": {
"rootDir": "./src",
"outDir": "./dist",
"types": ["vitest/importMeta", "vitest/globals"],
"baseUrl": ".", // This must be set if "paths" is set
"paths": {
"mermaid/dist/*": ["src/*"]
}
"types": ["vitest/importMeta", "vitest/globals"]
},
"include": [
"./src/**/*.ts",
Expand Down

0 comments on commit fd3c3fc

Please sign in to comment.