woodpecker/docs/plugins/woodpecker-plugins/tsconfig.jsx.json
Anbraten 0812a29163
Add plugin marketplace (for official plugins) (#451)
Co-authored-by: 6543 <6543@obermui.de>
2021-10-19 18:54:01 +02:00

14 lines
337 B
JSON

{
"extends": "./tsconfig.json",
"include": ["src/theme"],
"exclude": ["node_modules", "**/__tests__/**/*", "**/dist/**/*"],
"compilerOptions": {
"moduleResolution": "node",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"isolatedModules": true,
"module": "esnext",
"jsx": "preserve"
}
}