mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-06 14:50:21 -05:00
9 lines
244 B
JSON
9 lines
244 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc",
|
|
"types": ["node"]
|
|
},
|
|
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"],
|
|
"include": ["src/**/*.ts", "../../libs/plugin-types/index.d.ts"]
|
|
}
|