0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00
penpot/frontend/text-editor/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

{
"compilerOptions": {
"paths": {
2024-11-20 06:18:35 -05:00
"~/*": ["./src/*"]
}
}
}