mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-28 21:01:28 +08:00
14 lines
283 B
JSON
14 lines
283 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true,
|
|
"declarationDir": "./types",
|
|
"outDir": "./dist"
|
|
}
|
|
}
|