mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
31 lines
592 B
JSON
31 lines
592 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Default",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"target": "es2022",
|
|
"allowJs": true,
|
|
"resolveJsonModule": true,
|
|
"moduleDetection": "force",
|
|
"isolatedModules": true,
|
|
"verbatimModuleSyntax": true,
|
|
|
|
"strict": true,
|
|
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": true,
|
|
|
|
"lib": ["esnext", "dom", "DOM.Iterable"],
|
|
|
|
"jsx": "preserve",
|
|
|
|
"plugins": [
|
|
{
|
|
"name": "@effect/language-service"
|
|
}
|
|
]
|
|
}
|
|
}
|