{ "extends": "../../tsconfig.base.json", "compilerOptions": { "baseUrl": "..", "outDir": "./build", "rootDir": "./src", /* Since this is a forced-by-electron-CJS-module, we have to switch this off */ "verbatimModuleSyntax": false }, "exclude": [ "webpack.*.cjs" ], "references": [ { "path": "../apps/tsconfig.build.json" }, { "path": "../react-components/tsconfig.build.json" } ] }