Files
ticketchain/tsconfig.hardhat.json
Ayush Acharjya 04ddaab282 add test cases
2024-10-25 18:08:28 +01:00

13 lines
352 B
JSON

{
"compilerOptions": {
"target": "es2020",
"module": "commonjs",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"strict": true,
"skipLibCheck": true,
"resolveJsonModule": true
},
"include": ["./scripts", "./test", "./hardhat.config.ts"],
"files": ["./hardhat.config.ts"]
}