0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00
penpot/frontend/text-editor/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

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