Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"extends": "@backstage/cli/config/tsconfig.json",
|
|
"include": [
|
|
"packages/*/src"
|
|
],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"outDir": "dist-types",
|
|
"rootDir": ".",
|
|
"skipLibCheck": true
|
|
}
|
|
}
|