mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-12 12:15:00 +00:00
62d82765fd
Co-authored-by: qwerty287 <80460567+qwerty287@users.noreply.github.com>
14 lines
358 B
JSON
14 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
|
|
}
|
|
}
|