aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json10
1 files changed, 2 insertions, 8 deletions
diff --git a/tsconfig.json b/tsconfig.json
index c348299..231b990 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -17,12 +17,6 @@
"types": ["jest", "@testing-library/jest-dom/jest-globals"],
"baseUrl": "."
},
- "include": [
- "next-env.d.ts",
- "**/*.ts",
- "**/*.tsx",
- ".storybook/preview.tsx",
- "src/utils/plugins/prism-color-scheme.js"
- ],
- "exclude": ["node_modules", "tests/cypress/", "cypress.config.js"]
+ "include": ["next-env.d.ts", "mdx.d.ts", "./src/**/*"],
+ "exclude": ["node_modules"]
}