1
Fork 0
solar-conflux/typescript/translucid/tsconfig.json
Matei Adriel 43f997013d
typescript(translucid): typescipited
Signed-off-by: prescientmoon <git@moonythm.dev>
2019-01-22 20:26:18 +02:00

10 lines
189 B
JSON

{
"compilerOptions":{
"target":"esnext",
"watch":true,
"lib":["es2017"],
"module": "commonjs"
},
"exclude": ["node_modules", "**/__tests__/*"]
}