docs.sheetjs.com/docz/static/next/jsconfig.json
2023-05-26 18:54:05 -04:00

8 lines
90 B
JSON

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