open-vault/website/jsconfig.json
Jeff Escalante a3371f6242
🌷Website Maintenance (#9140)
* 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
2020-07-02 14:24:34 -04:00

7 lines
110 B
JSON

{
"compilerOptions": {
"baseUrl": "."
},
"exclude": ["node_modules", ".next", ".mdx-data", "out"]
}