mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
9 lines
109 B
JSON
9 lines
109 B
JSON
{
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"~/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["./src/**/*.js"]
|
|
}
|