Skip to content

Commit f868a99

Browse files
committed
fix(admin): add explicit types to tsconfig to fix minimatch resolution (build): front back
1 parent 0ca3564 commit f868a99

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/admin-dashboard/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"isolatedModules": true,
1616
"jsx": "react-jsx",
1717
"incremental": true,
18+
"types": ["node", "react", "react-dom"],
1819
"paths": {
1920
"@/*": ["src/*"],
2021
"@components/*": ["src/components/*"],

0 commit comments

Comments
 (0)