From e655601027d1a9bad137d62bee40042c43462008 Mon Sep 17 00:00:00 2001 From: Victor Trinh Date: Mon, 18 Nov 2024 16:18:19 -0500 Subject: [PATCH] Add tsconfig --- tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 250684d06..6db2a555d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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/prettier@2.8.8/node_modules/prettier/standalone.js"], + "prettier-local/parser-babel": ["node_modules/.pnpm/prettier@2.8.8/node_modules/prettier/parser-babel.js"], + "prettier-local/parser-postcss": ["node_modules/.pnpm/prettier@2.8.8/node_modules/prettier/parser-postcss.js"] } }, "exclude": ["**/dist/**", "node_modules", "packages", "apps"],