Skip to content

Commit

Permalink
Fix website config for future guild components
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Dec 9, 2024
1 parent 5ac65d4 commit 51d7547
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion website/postcss.config.cjs

This file was deleted.

1 change: 1 addition & 0 deletions website/postcss.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@theguild/tailwind-config/postcss.config';
2 changes: 1 addition & 1 deletion website/tailwind.config.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@theguild/tailwind-config';
export * from '@theguild/tailwind-config';
4 changes: 2 additions & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"compilerOptions": {
"target": "es2019",
"module": "commonjs",
"module": "ESNext",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"noEmit": true,
"moduleResolution": "node",
"moduleResolution": "bundler",
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
Expand Down

0 comments on commit 51d7547

Please sign in to comment.