anchor/docs/programs/tic-tac-toe/tsconfig.json

11 lines
205 B
JSON
Raw Normal View History

2022-06-24 11:56:29 -07:00
{
"compilerOptions": {
"types": ["mocha", "chai"],
"typeRoots": ["./node_modules/@types"],
"lib": ["es2015"],
"module": "commonjs",
"target": "es6",
"esModuleInterop": true
}
}