anchor/tests/cpi-returns/tsconfig.json

11 lines
187 B
JSON
Raw Normal View History

2022-03-24 11:40:38 -07:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"skipLibCheck": true
2022-03-24 11:40:38 -07:00
}
}