anchor/tests/bpf-upgradeable-state/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

2021-12-05 11:14:16 -08:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true
}
}