{ "extends": "../tsconfig.base.json", "compilerOptions": { "checkJs": false, "resolveJsonModule": true, "moduleResolution": "node", "target": "esnext", // Or appropriate target for your Node.js version "module": "esnext", // Since package.json has "type": "module" // Paths are inherited from tsconfig.base.json "baseUrl": "." // baseUrl is still needed if there are other local paths }, "include": ["**/*.js"], "exclude": ["node_modules"] }