woodpecker/docs/plugins/woodpecker-plugins/tsconfig.jsx.json
Anbraten 62d82765fd
Improve plugins index (#1200)
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
2022-09-25 19:04:47 +02:00

15 lines
358 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",
"strict": false
}
}