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

10 lines
189 B
JSON
Raw Normal View History

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