10 lines
177 B
JSON
10 lines
177 B
JSON
{
|
|
"extends": "@typebot.io/tsconfig/base.json",
|
|
"include": ["**/*.ts"],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"lib": ["ESNext"],
|
|
"noEmit": true
|
|
}
|
|
}
|