1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00

15 lines
358 B
JSON
Raw Permalink Normal View History

{
"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
}
}