aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-changesets/apps/docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-changesets/apps/docs/tsconfig.json')
-rw-r--r--examples/with-changesets/apps/docs/tsconfig.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/examples/with-changesets/apps/docs/tsconfig.json b/examples/with-changesets/apps/docs/tsconfig.json
deleted file mode 100644
index 5139129..0000000
--- a/examples/with-changesets/apps/docs/tsconfig.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "exclude": ["node_modules"],
- "extends": "@acme/tsconfig/nextjs.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "dist",
- "incremental": true
- },
- "include": ["src", "next-env.d.ts"]
-}