mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 10:21:00 +00:00
0812a29163
Co-authored-by: 6543 <6543@obermui.de>
13 lines
328 B
JSON
13 lines
328 B
JSON
{
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"include": ["src", "types"],
|
|
"exclude": ["node_modules", "**/__tests__/**/*", "**/dist/**/*", "src/theme"],
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"baseUrl": ".",
|
|
"skipLibCheck": true,
|
|
"noEmit": false,
|
|
"pretty": true,
|
|
"outDir": "./dist"
|
|
}
|
|
}
|