mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-16 21:10:26 +08:00
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es5",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"declaration": true,
|
|
"declarationDir": "types",
|
|
"sourceMap": true,
|
|
"outDir": "dist",
|
|
"moduleResolution": "node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"emitDeclarationOnly": true
|
|
}
|
|
}
|