Update tsconfig.json

This commit is contained in:
Steve Ruiz 2021-09-04 09:51:36 +01:00
parent 522f87c833
commit da0f8df4d7

View file

@ -1,12 +1,10 @@
{
"extends": "../../tsconfig.base.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules", "**/*.test.ts", "**/*.spec.ts", "dist"],
"compilerOptions": {
"lib": ["dom", "dom.iterable", "esnext"],
"rootDir": ".",
"baseUrl": ".",
"outDir": "./dist/types",
"allowJs": true,
"resolveJsonModule": true,
"isolatedModules": true,