aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/non-monorepo/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/non-monorepo/tsconfig.json')
-rw-r--r--examples/non-monorepo/tsconfig.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/non-monorepo/tsconfig.json b/examples/non-monorepo/tsconfig.json
deleted file mode 100644
index 99710e8..0000000
--- a/examples/non-monorepo/tsconfig.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "compilerOptions": {
- "target": "es5",
- "lib": ["dom", "dom.iterable", "esnext"],
- "allowJs": true,
- "skipLibCheck": true,
- "strict": true,
- "forceConsistentCasingInFileNames": true,
- "noEmit": true,
- "esModuleInterop": true,
- "module": "esnext",
- "moduleResolution": "node",
- "resolveJsonModule": true,
- "isolatedModules": true,
- "jsx": "preserve",
- "incremental": true
- },
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules"]
-}