mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-26 03:41:18 +01:00
* 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"]
|
|
}
|