woodpecker/docs/plugins/woodpecker-plugins/tsconfig.json

14 lines
328 B
JSON
Raw Normal View History

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