aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-npm/apps/web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-npm/apps/web/tsconfig.json')
-rw-r--r--examples/with-npm/apps/web/tsconfig.json5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/with-npm/apps/web/tsconfig.json b/examples/with-npm/apps/web/tsconfig.json
deleted file mode 100644
index a355365..0000000
--- a/examples/with-npm/apps/web/tsconfig.json
+++ /dev/null
@@ -1,5 +0,0 @@
-{
- "extends": "tsconfig/nextjs.json",
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules"]
-}