Files
self/contracts/tsconfig.json
2023-07-22 15:44:07 +02:00

11 lines
201 B
JSON

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