Skip to content

Commit fd3c3fc

Browse files
committed
remove tsconfig compiler option paths
1 parent 94deacb commit fd3c3fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/mermaid/tsconfig.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@
33
"compilerOptions": {
44
"rootDir": "./src",
55
"outDir": "./dist",
6-
"types": ["vitest/importMeta", "vitest/globals"],
7-
"baseUrl": ".", // This must be set if "paths" is set
8-
"paths": {
9-
"mermaid/dist/*": ["src/*"]
10-
}
6+
"types": ["vitest/importMeta", "vitest/globals"]
117
},
128
"include": [
139
"./src/**/*.ts",

0 commit comments

Comments
 (0)