{ "extends": "../tsconfig.json", "compilerOptions": { "rootDir": ".." }, "include": [ "**/*.ts", "**/*.tsx" ], "exclude": [ "node_modules" ] }