Files
backstage/tsconfig.json
T
2020-03-05 16:28:14 +01:00

10 lines
185 B
JSON

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