examples/fluence-js-examples/hello-world/tsconfig.json

7 lines
105 B
JSON
Raw Normal View History

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