mirror of
https://github.com/tiennm99/mathmax.git
synced 2026-07-01 03:05:06 +00:00
7b75a72a16
- SvelteKit 2 + Svelte 5 + Tailwind 3 (JS only, paths.base=/mathmax) - Vietnamese landing page: hero + scope (lớp 6-9) + 3 topic cards (Số học, Đại số, Hình học) all "Sắp ra mắt" - GitHub Actions: CI (build) on PR + deploy to Pages on main - Apache-2.0 LICENSE, README, RUNBOOK, CHANGELOG
15 lines
325 B
JSON
15 lines
325 B
JSON
{
|
|
"compilerOptions": {
|
|
"moduleResolution": "bundler",
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"checkJs": true,
|
|
"allowJs": true,
|
|
"paths": {
|
|
"$lib": ["src/lib"],
|
|
"$lib/*": ["src/lib/*"]
|
|
}
|
|
},
|
|
"include": ["src/**/*", ".svelte-kit/ambient.d.ts", ".svelte-kit/types/**/$types.d.ts"]
|
|
}
|