examples/fluence-js-examples/hello-world/tsconfig.json
2021-10-20 22:03:31 +03:00

7 lines
105 B
JSON

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