Files
self/prover/tests/tsconfig.json
2024-07-18 16:16:38 +02:00

10 lines
200 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
}
}