open-vault/website/jsconfig.json

7 lines
110 B
JSON

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