{ "$schema": "https://json.schemastore.org/tsconfig.json", "extends": "../../tsconfig.json", "compilerOptions": { "skipDefaultLibCheck": true, "skipLibCheck": true }, "include": ["src/**/*.ts"], "exclude": ["node_modules"] }