mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-07 15:39:49 -05:00
11 lines
248 B
JSON
11 lines
248 B
JSON
|
{
|
||
|
"extends": "./tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"outDir": "../../dist/out-tsc",
|
||
|
"types": []
|
||
|
},
|
||
|
"files": ["src/main.ts"],
|
||
|
"include": ["src/**/*.d.ts"],
|
||
|
"exclude": ["jest.config.ts", "src/**/*.test.ts", "src/**/*.spec.ts"]
|
||
|
}
|