0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 00:10:12 -05:00
penpot-plugins/apps/contrast-plugin/tsconfig.app.json

11 lines
230 B
JSON
Raw Normal View History

2024-03-07 04:34:06 -05:00
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../dist/out-tsc",
2024-05-24 05:51:08 -05:00
"types": []
2024-03-07 04:34:06 -05:00
},
2024-05-24 05:51:08 -05:00
"files": ["src/main.ts"],
"include": ["src/**/*.d.ts"],
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
2024-03-07 04:34:06 -05:00
}