NextJS_DOC/jsconfig.json

9 lines
93 B
JSON
Raw Permalink Normal View History

2023-03-24 10:11:04 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}