2022-02-09 18:40:40 +01:00
|
|
|
{
|
2022-11-21 11:12:43 +01:00
|
|
|
"extends": "tsconfig/nextjs.json",
|
2022-02-09 18:40:40 +01:00
|
|
|
"compilerOptions": {
|
|
|
|
"baseUrl": ".",
|
2022-11-21 11:12:43 +01:00
|
|
|
"paths": {
|
|
|
|
"@/*": ["src/*"]
|
|
|
|
}
|
2022-02-09 18:40:40 +01:00
|
|
|
},
|
2022-11-21 11:12:43 +01:00
|
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
2022-02-09 18:40:40 +01:00
|
|
|
}
|