1
0
mirror of https://github.com/C9Glax/tranga-website.git synced 2025-05-11 17:32:09 +02:00

16 lines
273 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"lib": [
"es2020",
"dom"
],
"jsx": "react-jsx"
}
}