Files
backstage/frontend/tsconfig.json
T

9 lines
193 B
JSON

{
"extends": "@spotify/web-scripts/config/tsconfig.json",
"include": ["packages/*/src", "packages/plugins/*/src"],
"compilerOptions": {
"noEmit": true,
"incremental": false
}
}