anchor/tests/bench/tsconfig.json

12 lines
207 B
JSON

{
"compilerOptions": {
"types": ["mocha", "node"],
"lib": ["es2020"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"skipLibCheck": true,
"strict": true
}
}