plano/apps/www/tsconfig.json
Musa 60162e0575
include contact page and restructuring (#640)
* include contact and navbar changes

* removereact references

* tweak contacts APi route

* change font
2025-12-22 15:02:45 -08:00

20 lines
402 B
JSON

{
"extends": "@katanemo/tsconfig/nextjs.json",
"compilerOptions": {
"jsx": "react-jsx",
"esModuleInterop": true,
"paths": {
"@/*": ["./src/*"],
"@katanemo/ui": ["../../packages/ui/src"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
".next/dev/types/**/*.ts",
"**/*.mts"
],
"exclude": ["node_modules"]
}