Files
dlearn-api/jsconfig.json
T
Mr Swift ee6bd01224 Init
2024-04-27 20:10:55 +03:30

12 lines
161 B
JSON

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