mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-27 12:21:03 +00:00
14 lines
337 B
JSON
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"
|
||
|
}
|
||
|
}
|