mill
/
tsconfig.base.json
1{
2 "compilerOptions": {
3 "target": "ES2023",
4 "module": "ESNext",
5 "moduleResolution": "Bundler",
6 "lib": ["ES2023"],
7 "strict": true,
8 "skipLibCheck": true,
9 "allowSyntheticDefaultImports": true,
10 "esModuleInterop": true,
11 "noEmit": true,
12 "types": ["bun"]
13 }
14}