1
Fork 0
solar-conflux/typescript/og-website/tsconfig.json

8 lines
131 B
JSON
Raw Normal View History

{
"compilerOptions": {
"esModuleInterop": true,
"target": "esnext",
"moduleResolution": "node"
}
}