mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
10 lines
212 B
JSON
10 lines
212 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"lib": ["dom", "dom.iterable", "esnext"]
|
|
}
|
|
}
|