Files
web/apps/scandic-web/tsconfig.json
Joakim Jäderberg ef6235cf43 Merged in fix/stylus-failing-builds (pull request #2568)
Remove stylus deps and replace with extension

* fix: remove stylus deps and replace with extension

* chore: update yarn.lock
2025-07-23 09:16:49 +00:00

22 lines
367 B
JSON

{
"extends": "@scandic-hotels/typescript-config/nextjs.json",
"compilerOptions": {
"plugins": [
{
"name": "next"
}
],
"paths": {
"@/*": ["./*"]
}
},
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
".next/types/**/*.ts",
"netlify/functions/**/*.mts"
],
"exclude": ["**/node_modules/**"]
}