Skip to content

Commit

Permalink
fix gtag types
Browse files Browse the repository at this point in the history
  • Loading branch information
cherniavskii committed Jul 31, 2024
1 parent ad19978 commit 0efaaa4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"@types/d3-scale": "^4.0.8",
"@types/d3-scale-chromatic": "^3.0.3",
"@types/doctrine": "^0.0.9",
"@types/gtag.js": "^0.0.20",
"@types/lodash": "^4.17.7",
"@types/luxon": "^3.4.2",
"@types/moment-hijri": "^2.1.4",
Expand Down
8 changes: 7 additions & 1 deletion docs/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
"esModuleInterop": true,
"incremental": true
},
"include": ["pages/**/*.ts*", "data/**/*", "src/modules/components/**/*", "next.config.mjs"],
"include": [
"pages/**/*.ts*",
"data/**/*",
"src/modules/components/**/*",
"next.config.mjs",
"../node_modules/@mui/monorepo/docs/types/*"
],
"exclude": ["docs/.next", "docs/export", "pages/playground"]
}
8 changes: 8 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0efaaa4

Please sign in to comment.