This website requires JavaScript.
Explore
Help
Sign In
luxolus
/
open-vault
Watch
2
Star
0
Fork
You've already forked open-vault
0
Code
Issues
1
Pull Requests
Releases
Activity
f76fbcf4e5
open-vault
/
website
/
jsconfig.json
7 lines
97 B
JSON
Raw
Normal View
History
Unescape
Escape
🌷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 18:24:34 +00:00
{
"compilerOptions"
:
{
"baseUrl"
:
"."
}
,
Docs: prepare for vercel hosting move (#10598) * prepare for move to vercel hosting * update readme * add back netlify files for hosting transition
2021-01-15 20:29:22 +00:00
"exclude"
:
[
"node_modules"
,
".next"
,
"out"
]
🌷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 18:24:34 +00:00
}