This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quados-config/tsconfig.json
2024-03-10 16:17:54 -04:00

12 lines
298 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"quados": [
"./node_modules/quados",
"/home/quadradical/Documents/Code/quados/tools"
],
"@quados/helpers": ["./node_modules/@quados/helpers"]
}
}
}