13 lines
251 B
JSON
13 lines
251 B
JSON
{
|
|
"extends": "@scandic-hotels/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
},
|
|
"include": ["next-env.d.ts", "./**/*.ts", "./**/*.tsx"],
|
|
"exclude": ["**/node_modules/**"]
|
|
}
|