12 lines
226 B
JSON
12 lines
226 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/react-library.json",
|
|
"include": ["src/**/*"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["src/*"],
|
|
"react": ["./node_modules/@types/react"]
|
|
}
|
|
}
|
|
}
|