2
0
Files
bot/apps/builder/tsconfig.json

12 lines
218 B
JSON
Raw Normal View History

2021-11-19 10:15:13 +01:00
{
"extends": "tsconfig/nextjs.json",
2021-11-19 10:15:13 +01:00
"compilerOptions": {
2021-11-29 15:19:07 +01:00
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
2021-11-19 10:15:13 +01:00
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
"exclude": ["node_modules"]
2021-11-19 10:15:13 +01:00
}