mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
14 lines
291 B
JSON
14 lines
291 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true
|
|
}
|
|
}
|