szuntis-frontend/tsconfig.json
2024-09-02 20:22:58 +02:00

10 lines
165 B
JSON

{
"compilerOptions": {
"jsx": "react-jsx",
"moduleResolution": "Bundler",
"module": "Preserve",
"target": "ES2022",
"skipLibCheck": true
}
}