open-nomad/website/jsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2020-06-01 21:48:25 +00:00
{
"compilerOptions": {
"baseUrl": "."
},
2020-12-07 22:04:11 +00:00
"exclude": ["node_modules", ".next", "out"]
2020-06-01 21:48:25 +00:00
}