gues-kucinako/tsconfig.json
2025-03-07 01:45:33 -08:00

9 lines
130 B
JSON

{
"compilerOptions": {
"lib": ["ES2020", "dom"],
"jsx": "react",
"esModuleInterop": true
},
"include": ["src/**/*"]
}