anchor/tests/pyth/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

2021-05-16 23:43:50 -07:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true
}
}