Files
google-labs-code--design.md/packages/cli/tsconfig.json
T
wehub-resource-sync e6ed586119
Test / npm-registry-smoke-windows (push) Waiting to run
Test / test (push) Failing after 1s
chore: import upstream snapshot with attribution
2026-07-13 12:18:57 +08:00

16 lines
327 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"esModuleInterop": true,
"outDir": "./dist",
"rootDir": "./src",
"declaration": true,
"types": ["bun"],
"jsx": "react-jsx"
},
"include": ["src/**/*.ts", "src/**/*.tsx"]
}