mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
7 lines
115 B
JSON
7 lines
115 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["src/**/*.ts"],
|
|
"compilerOptions": {
|
|
"types": ["node"]
|
|
}
|
|
}
|