Specifically add types to tsconfig to fix build issue
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"extends": "@spotify/web-scripts/config/tsconfig.json",
|
||||
"extends": "../../tsconfig.json",
|
||||
"include": ["src"],
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
|
||||
+3
-1
@@ -5,6 +5,8 @@
|
||||
"allowJs": true,
|
||||
"noEmit": false,
|
||||
"declarationMap": true,
|
||||
"incremental": true
|
||||
"incremental": true,
|
||||
"typeRoots": ["node_modules/@types"],
|
||||
"types": ["node", "jest"]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user