Remove stylus deps and replace with extension * fix: remove stylus deps and replace with extension * chore: update yarn.lock
16 lines
290 B
JSON
16 lines
290 B
JSON
{
|
|
"extends": "@scandic-hotels/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/node_modules/**"]
|
|
}
|