chore: cleans up tsconfigs

This commit is contained in:
James
2024-04-06 13:40:30 -04:00
parent 38e5b6e8e3
commit e79f431f14
2 changed files with 3 additions and 3 deletions

View File

@@ -46,6 +46,6 @@
}
},
"exclude": ["dist", "build", "node_modules", ".eslintrc.js", "dist/**/*.js", "**/dist/**/*.js"],
"include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js", "helpers/getNextJSRootDir.js"],
"include": ["./**/*.ts", ".next/types/**/*.ts", "setup.js"],
"references": []
}