0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-21 22:22:43 -05:00
penpot/frontend/text-editor/jsconfig.json

8 lines
77 B
JSON
Raw Normal View History

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