10 lines
185 B
JSON
10 lines
185 B
JSON
{
|
|
"extends": "@spotify/web-scripts/config/tsconfig.json",
|
|
"exclude": ["**/*.test.*"],
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": false,
|
|
"incremental": true
|
|
}
|
|
}
|