mirror of
https://github.com/penpot/penpot.git
synced 2026-02-06 04:32:49 -05:00
10 lines
197 B
JSON
10 lines
197 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"types": [],
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"files": ["src/plugin.ts"],
|
|
"include": ["../../libs/plugin-types/index.d.ts"]
|
|
}
|