docs.sheetjs.com/docz/static/next/jsconfig.json

8 lines
90 B
JSON
Raw Normal View History

2023-05-26 22:50:23 +00:00
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["*"]
}
}
}