Remove stylus deps and replace with extension * fix: remove stylus deps and replace with extension * chore: update yarn.lock
22 lines
367 B
JSON
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/**"]
|
|
}
|