12 lines
223 B
JSON
12 lines
223 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"]
|
|
}
|
|
},
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"]
|
|
}
|