vagrant/website/jsconfig.json

7 lines
97 B
JSON
Raw Normal View History

2020-05-19 19:20:54 -04:00
{
"compilerOptions": {
"baseUrl": "."
},
"exclude": ["node_modules", ".next", "out"]
2020-05-19 19:20:54 -04:00
}