anchor/tests/floats/tsconfig.json

12 lines
231 B
JSON
Raw Normal View History

2022-02-17 11:23:21 -08:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true,
"skipLibCheck": true
2022-02-17 11:23:21 -08:00
}
}