{ "extends": "../../../tsconfig.json", "compilerOptions": { "lib": ["esnext"], "rootDir": "../../..", "sourceMap": false, "noEmit": true, }, "include": ["./*.ts"], "exclude": ["node_modules"] }