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