slate/jsconfig.json

9 lines
151 B
JSON
Raw Permalink Normal View History

2021-05-03 23:30:33 +03:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
}
},
"exclude": ["node_modules", ".next"],
}