added jsconfig.json

This commit is contained in:
Aminejvm 2021-05-03 20:30:33 +00:00
parent 4656540a60
commit e44ed061f2

9
jsconfig.json Normal file
View File

@ -0,0 +1,9 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"~/*": ["./*"],
}
},
"exclude": ["node_modules", ".next"],
}