Binder/tsconfig.json

10 lines
190 B
JSON

{
"compilerOptions": {
"jsx": "react",
"esModuleInterop": true,
"target": "es2022",
"moduleResolution": "nodenext",
"module": "nodenext",
}
}