feat: add foreign key constraints and metrics for blockchain node
This commit is contained in:
14
packages/solidity/aitbc-token/tsconfig.json
Normal file
14
packages/solidity/aitbc-token/tsconfig.json
Normal file
@ -0,0 +1,14 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es2020",
|
||||
"module": "commonjs",
|
||||
"strict": true,
|
||||
"esModuleInterop": true,
|
||||
"outDir": "dist",
|
||||
"types": ["node", "mocha", "hardhat", "@nomicfoundation/hardhat-chai-matchers"],
|
||||
"resolveJsonModule": true,
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"include": ["hardhat.config.ts", "scripts", "test", "typechain-types"],
|
||||
"exclude": ["dist"]
|
||||
}
|
||||
Reference in New Issue
Block a user