1 2 3 4 5 6 7 8 9 10 11 12 13{ "compilerOptions": { "lib": ["ESNext"], "module": "ESNext", "target": "ESNext", "moduleResolution": "node", "types": ["bun-types"], "esModuleInterop": true, "allowJs": true, "strict": true } }
1 2 3 4 5 6 7 8 9 10 11 12 13
{ "compilerOptions": { "lib": ["ESNext"], "module": "ESNext", "target": "ESNext", "moduleResolution": "node", "types": ["bun-types"], "esModuleInterop": true, "allowJs": true, "strict": true } }