0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-08 16:18:13 -05:00
penpot-plugins/apps/example-plugin/tsconfig.app.json

10 lines
255 B
JSON
Raw Normal View History

2024-02-06 12:16:28 +01:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
"types": ["node"]
},
"exclude": ["src/**/*.spec.ts", "src/**/*.test.ts"],
2024-02-27 14:50:38 +01:00
"include": ["src/**/*.ts", "../../libs/plugins-runtime/src/lib/index.d.ts"]
2024-02-06 12:16:28 +01:00
}