0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-08 07:50:43 -05:00
penpot/frontend/text-editor/jsconfig.json
2024-11-22 11:06:16 +01:00

7 lines
77 B
JSON

{
"compilerOptions": {
"paths": {
"~/*": ["./src/*"]
}
}
}