Files
ticketchain/tsconfig.hardhat.json
Ayush Acharjya 80c67218fc add new test
2024-10-26 12:02:07 +01:00

14 lines
290 B
JSON

{
"compilerOptions": {
"target": "ES6",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"outDir": "dist",
"rootDir": "./",
"skipLibCheck": true
},
"include": ["./scripts", "./test", "./typechain-types"],
"files": ["./hardhat.config.ts"]
}