fluid-contracts-public/tsconfig.json
2024-07-11 13:05:09 +00:00

13 lines
275 B
JSON

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