{ "extends": "../../tsconfig.json", "compilerOptions": { "rootDir": "./src", "types": ["electron"] }, "include": ["**.ts", "**.tsx"], "references": [ { "path": "./tsconfig.node.json" } ] }