anchor/tests/cpi-returns/tsconfig.json

11 lines
187 B
JSON

{
"compilerOptions": {
"types": ["mocha", "chai"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"skipLibCheck": true
}
}