1
Fork 0
solar-conflux/typescript/globalbot/tsconfig.json

8 lines
112 B
JSON
Raw Normal View History

{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "Node",
"target": "ES2017"
}
}