mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 00:31:32 +02:00
ec1af4ad96
As commit 819a549e4928d2b1fa98e52bee82d59aec0f70d8
9 lines
162 B
JSON
9 lines
162 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": []
|
|
},
|
|
"files": ["src/plugin.ts"],
|
|
"include": ["../../libs/plugin-types/index.d.ts"]
|
|
}
|