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

8 lines
73 B
JSON
Raw Normal View History

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