diff --git a/test/typings/tsconfig.json b/test/typings/tsconfig.json index ce1fa9209..c3312e1d0 100644 --- a/test/typings/tsconfig.json +++ b/test/typings/tsconfig.json @@ -1,5 +1,5 @@ { - "extends": "../../tsconfig", + "extends": "../../tsconfig.base.json", "compilerOptions": { "target": "esnext", "module": "commonjs", @@ -7,6 +7,7 @@ "types": ["node"], "typeRoots": ["../../node_modules/@types"], "lib": ["dom"], + "resolveJsonModule": true, "rootDir": "../..", "baseUrl": ".", "paths": {