mirror of
https://github.com/0xShay/ticketchain.git
synced 2026-01-11 13:13:25 +00:00
14 lines
290 B
JSON
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"]
|
|
}
|