{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "src", "paths": {} }, "exclude": ["dist", "**/__tests__/**", "**/*.spec.ts", "**/*.test.ts"], "include": ["src"] }