2026-07-29 21:23:00 +08:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2022",
|
|
|
|
|
"lib": ["ES2022", "DOM", "DOM.Iterable"],
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"allowImportingTsExtensions": true,
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"types": ["node", "vite/client"],
|
|
|
|
|
"paths": {
|
|
|
|
|
"@workspace/i18n/*": ["./src/*"]
|
|
|
|
|
}
|
|
|
|
|
},
|
2026-07-30 14:47:42 +08:00
|
|
|
"include": ["src"],
|
2026-07-29 21:23:00 +08:00
|
|
|
"exclude": ["node_modules", "dist", "locales"]
|
|
|
|
|
}
|