Skip to content

Commit

Permalink
refactor(project): ♻️ updated
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyaoji committed Feb 28, 2024
1 parent ef84fe7 commit c104d9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@
"strictNullChecks": false,
"removeComments": false,
"rootDir": ".",
"types": ["node"]
"types": ["node"],
"paths": {
"@vue-cesium/*": ["package/*"]
}
},
"include": ["packages", "typings"],
"exclude": ["node_modules", "**/dist"]
Expand Down

0 comments on commit c104d9c

Please sign in to comment.