Files
wow-pi/packages/wow-contexts/tsconfig.json
kmou424 a46a5d703c refactor(build): extracted shared TypeScript config into tsconfig.base.json
- Created tsconfig.base.json with shared compilerOptions (ESNext, bundler resolution, strict mode, Bun types) and workspace path mappings for all packages.
- Updated root tsconfig.json and all package tsconfigs to extend the base config via `extends`, removing 50 lines of duplicated compiler options.
2026-06-17 00:24:03 +08:00

5 lines
66 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": ["src"]
}