a3371f6242
* another round of maintenance - apply stylelint - run eslint across all files - remove unneeded font import - add jsconfig and import from absolute pahts - remove unneeded experimental nextjs config - update all dependencies * refreshing with the latest dep updates
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
},
|
|
"exclude": ["node_modules", ".next", ".mdx-data", "out"]
|
|
}
|