1 2 3 4 5 6
{ "$schema": "https://json.schemastore.org/tsconfig", "extends": "@tsconfig/node21/tsconfig.json", "include": ["**/*.ts"], "exclude": ["node_modules"] }