Files
azure-cosmos-db-demo/next_app/jsconfig.json
T
2024-01-05 14:51:38 -08:00

8 lines
73 B
JSON

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