1
Fork 0
cheap-watch/tsconfig.json

12 lines
195 B
JSON
Raw Normal View History

2018-10-11 08:29:37 +00:00
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"removeComments": true,
"sourceMap": true,
"target": "esnext"
},
"include": ["src"]
}