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

8 lines
73 B
JSON
Raw Normal View History

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