Revert "feat(package): add tsconfig pkg to share across packages in monorepo …" (#381)

This reverts commit f5cbcfb514.
This commit is contained in:
Waleed Latif
2025-05-19 17:03:54 -07:00
committed by GitHub
parent f5cbcfb514
commit 47090713ef
13 changed files with 38 additions and 89 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"license": "Apache-2.0",
"scripts": {
"dev": "next dev --turbo --port 3001",
"dev": "next dev --port 3001",
"build": "next build",
"start": "next start",
"postinstall": "fumadocs-mdx"

View File

@@ -34,4 +34,4 @@
"content/docs/connections/index.mdx"
],
"exclude": ["node_modules"]
}
}