Files
self/contracts/tsconfig.json
Rémi Colin afc235a592 check
2024-01-10 10:52:10 +01:00

11 lines
201 B
JSON

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