Skip to content

Commit c104d9c

Browse files
committed
refactor(project): ♻️ updated
1 parent ef84fe7 commit c104d9c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@
1919
"strictNullChecks": false,
2020
"removeComments": false,
2121
"rootDir": ".",
22-
"types": ["node"]
22+
"types": ["node"],
23+
"paths": {
24+
"@vue-cesium/*": ["package/*"]
25+
}
2326
},
2427
"include": ["packages", "typings"],
2528
"exclude": ["node_modules", "**/dist"]

0 commit comments

Comments
 (0)