Skip to content

Commit

Permalink
Add tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
victortrinh2 committed Nov 18, 2024
1 parent c6d5dcd commit e655601
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
"@components": ["packages/components/src/index.ts"],
"@components/*": ["packages/components/src/*"],
"@stories/components": [".storybook/components/index.ts"],
"@stories/mdx": [".storybook/mdx/index.ts"]
"@stories/mdx": [".storybook/mdx/index.ts"],
"prettier-local/standalone": ["node_modules/.pnpm/[email protected]/node_modules/prettier/standalone.js"],
"prettier-local/parser-babel": ["node_modules/.pnpm/[email protected]/node_modules/prettier/parser-babel.js"],
"prettier-local/parser-postcss": ["node_modules/.pnpm/[email protected]/node_modules/prettier/parser-postcss.js"]
}
},
"exclude": ["**/dist/**", "node_modules", "packages", "apps"],
Expand Down

0 comments on commit e655601

Please sign in to comment.