Skip to content

Commit

Permalink
fix: app-ui types
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinciarka committed May 24, 2024
1 parent 725628f commit 14190bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/app-ui/typed-scss-modules.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
exportType: 'default',
logLevel: 'error',
updateStaleOnly: true,
additionalData: `
@import './node_modules/include-media/dist/_include-media.scss';
$breakpoints: (
Expand Down
2 changes: 1 addition & 1 deletion packages/app-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default defineConfig({
}
},
},
dts({ outDir: 'dist/types', insertTypesEntry: true, strictOutput: true }),
dts({ outDir: 'dist/types', insertTypesEntry: true, strictOutput: true, copyDtsFiles: true }),
],
css: {
preprocessorOptions: {
Expand Down

0 comments on commit 14190bd

Please sign in to comment.