Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
12
packages/tracking/tsconfig.json
Normal file
12
packages/tracking/tsconfig.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"extends": "@scandic-hotels/typescript-config/nextjs.json",
|
||||
"compilerOptions": {
|
||||
"plugins": [
|
||||
{
|
||||
"name": "next"
|
||||
}
|
||||
]
|
||||
},
|
||||
"include": ["next-env.d.ts", "./**/*.ts", "./**/*.tsx"],
|
||||
"exclude": ["**/node_modules/**"]
|
||||
}
|
||||
Reference in New Issue
Block a user