Skip to content

Commit

Permalink
🩹 fix(none): fix sources/@roots/sage/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kellymears committed Jun 28, 2024
1 parent 06f1df9 commit 9876192
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
{"path": "../sources/@roots/filesystem/tsconfig.json"},
{"path": "../sources/@roots/sage/tsconfig.json"},
{"path": "../sources/@roots/wordpress-dependencies-webpack-plugin/tsconfig.json"},
{ "path": "../sources/@roots/wordpress-externals-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-externals-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-hmr/tsconfig.json"},
{"path": "../sources/@roots/wordpress-theme-json-webpack-plugin/tsconfig.json"},
{"path": "../sources/@roots/wordpress-transforms/tsconfig.json"},
Expand Down
12 changes: 7 additions & 5 deletions sources/@roots/sage/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@
"strict": true,
"types": [
"node",
"@roots/bud-framework",
"@roots/bud-build",
"@roots/bud-api",
"@roots/bud-client",
"@roots/bud-build",
"@roots/bud-cache",
"@roots/bud-dashboard",
"@roots/bud-entrypoints",
"@roots/bud-extensions",
"@roots/bud-framework",
"@roots/bud-hooks",
"@roots/bud-minify",
"@roots/bud-entrypoints",
"@roots/bud-preset-wordpress",
"@roots/bud-server",
"@roots/bud-support"
]
},
Expand Down

0 comments on commit 9876192

Please sign in to comment.