Revert "Specifically add types to tsconfig to fix build issue"

This reverts commit 76fe4bf14d.
This commit is contained in:
Patrik Oldsberg
2020-04-01 16:53:11 +02:00
parent 869eb2c286
commit 8bba411287
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"extends": "../../tsconfig.json",
"extends": "@spotify/web-scripts/config/tsconfig.json",
"include": ["src"],
"compilerOptions": {
"baseUrl": "src",
+1 -3
View File
@@ -5,8 +5,6 @@
"allowJs": true,
"noEmit": false,
"declarationMap": true,
"incremental": true,
"typeRoots": ["node_modules/@types"],
"types": ["node", "jest"]
"incremental": true
}
}