Tranga-Website/tsconfig.json

16 lines
273 B
JSON
Raw Normal View History

2024-10-18 02:10:58 +02:00
{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"lib": [
"es2020",
"dom"
],
"jsx": "react-jsx"
}
}