{ "extends": "../../tsconfig.json", "compilerOptions": { "target": "ESNext", "module": "ESNext", "rootDir": "./src", "noEmit": true }, "include": ["src"] }