Files
wehub-resource-sync 3a28426bf4
Lint and Format Check / lint-and-format (push) Failing after 0s
Check Migrations / Check for duplicate migration numbers (push) Failing after 1s
CI Pre-merge Check / CI Pre-merge Check (push) Failing after 2m17s
chore: import upstream snapshot with attribution
2026-07-13 12:23:40 +08:00

31 lines
845 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"lib": ["ES2020", "DOM", "DOM.Iterable"],
"module": "ESNext",
"moduleResolution": "bundler",
"strict": true,
"jsx": "react-jsx",
"declarationMap": true,
"sourceMap": true,
"declaration": true,
"outDir": "dist",
"rootDir": "./src",
"skipLibCheck": true,
"paths": {
"#app/*": ["./src/app/*"],
"#assets/*": ["./src/assets/*"],
"#components": ["./src/components/index.ts"],
"#components/*": ["./src/components/*"],
"#features/*": ["./src/features/*"],
"#layout/*": ["./src/layout/*"],
"#lib/*": ["./src/lib/*"],
"#navigation/*": ["./src/navigation/*"],
"#router/*": ["./src/router/*"],
"#types": ["./src/types/index.ts"],
"#types/*": ["./src/types/*"]
}
},
"include": ["src"]
}