2
0
Files
bot/apps/landing-page/tsconfig.json

11 lines
187 B
JSON
Raw Normal View History

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