Files
2025-06-05 10:52:03 +02:00

13 lines
280 B
JSON

{
"compilerOptions": {
"baseUrl": "./src/",
"noEmit": true,
"target": "esnext",
"module": "nodenext",
"jsx": "react-jsx",
"strict": true,
"erasableSyntaxOnly": true,
"noPropertyAccessFromIndexSignature": true,
"noUnusedParameters": true
}
}