aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/examples/with-gatsby/packages/tsconfig/base.json
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-gatsby/packages/tsconfig/base.json')
-rw-r--r--examples/with-gatsby/packages/tsconfig/base.json20
1 files changed, 0 insertions, 20 deletions
diff --git a/examples/with-gatsby/packages/tsconfig/base.json b/examples/with-gatsby/packages/tsconfig/base.json
deleted file mode 100644
index d72a9f3..0000000
--- a/examples/with-gatsby/packages/tsconfig/base.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "$schema": "https://json.schemastore.org/tsconfig",
- "display": "Default",
- "compilerOptions": {
- "composite": false,
- "declaration": true,
- "declarationMap": true,
- "esModuleInterop": true,
- "forceConsistentCasingInFileNames": true,
- "inlineSources": false,
- "isolatedModules": true,
- "moduleResolution": "node",
- "noUnusedLocals": false,
- "noUnusedParameters": false,
- "preserveWatchOutput": true,
- "skipLibCheck": true,
- "strict": true
- },
- "exclude": ["node_modules"]
-}