site/tsconfig.json
Alice ac6e2ac349
Update /team and use JSON instead of Airtable (#1452)
* 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>
2025-04-16 09:20:45 -04:00

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"
]
}