diff --git a/tsconfig.json b/tsconfig.json index e560847..05582b3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,12 +5,12 @@ "jsxImportSource": "react", "strictNullChecks": true, "allowJs": true, + "outDir": "dist", "types": ["vite/client"], - "exclude": ["dist", "public"], "paths": { "@/*": ["./*"], "@c/*": ["./src/components/*"], "@l/*": ["./lib/*"], - } + }, } } \ No newline at end of file