| { | |
| "extends": "@tsconfig/node20/tsconfig.json", | |
| "compilerOptions": { | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "types": ["node"] | |
| }, | |
| "include": ["vite.config.*"] | |
| } | |
| { | |
| "extends": "@tsconfig/node20/tsconfig.json", | |
| "compilerOptions": { | |
| "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.node.tsbuildinfo", | |
| "module": "ESNext", | |
| "moduleResolution": "Bundler", | |
| "types": ["node"] | |
| }, | |
| "include": ["vite.config.*"] | |
| } | |