mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
11 lines
257 B
JSON
11 lines
257 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"outDir": "dist",
|
|
"tsBuildInfoFile": "dist/tsconfig.lib.tsbuildinfo"
|
|
},
|
|
"include": ["src/**/*.ts", "scripts/**/*.ts", ".effect/**/*.ts"],
|
|
"references": []
|
|
}
|