mirror of
https://github.com/System-End/site.git
synced 2026-04-19 22:05:11 +00:00
* Added collapsable-box, added team json and modified the api to fetch from it * Removed yarn from the package.json * Moved departments to Array and fixed the await in a forEach * fix * another fix * should fix smth * fix: /api/team * fix: clean up team.json * fix: final fixes for team page * Make TypeScript great again * fix: nora's pfp on /team * chore: apply biome recommendations * fix: ts-ify /team * things * Fix lint * Update Mahad's team role * Delete bun.lock * should fix hopefully --------- Co-authored-by: Mahad Kalam <mahadkalam1@proton.me> Co-authored-by: Mahad Kalam <55807755+SkyfallWasTaken@users.noreply.github.com> Co-authored-by: aqua <84078890+phthallo@users.noreply.github.com>
30 lines
558 B
JSON
30 lines
558 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"lib": [
|
|
"dom",
|
|
"dom.iterable",
|
|
"esnext"
|
|
],
|
|
"allowJs": true,
|
|
"skipLibCheck": true,
|
|
"strict": false,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"noEmit": true,
|
|
"incremental": true,
|
|
"esModuleInterop": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"isolatedModules": true,
|
|
"jsx": "preserve"
|
|
},
|
|
"include": [
|
|
"next-env.d.ts",
|
|
"**/*.ts",
|
|
"**/*.tsx"
|
|
],
|
|
"exclude": [
|
|
"node_modules"
|
|
]
|
|
}
|