1
Fork 0
solar-conflux/typescript/og-website/tsconfig.json
Matei Adriel 4b9d6c80ad
typescript(og-website): initial setup, basic home page and some other things
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-10-20 13:26:11 +03:00

8 lines
131 B
JSON

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