mirror of
https://github.com/penpot/penpot.git
synced 2026-01-17 02:40:19 -05:00
8 lines
109 B
JSON
8 lines
109 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": []
|
|
}
|
|
}
|