NextJS_DOC/jsconfig.json

9 lines
93 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
}
}