examples/fluence-js-examples/node-example/tsconfig.json

7 lines
105 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "ES2015",
"module": "CommonJS",
"skipLibCheck": true
}
}