1
Fork 0
autocache/tsconfig.json

13 lines
223 B
JSON
Raw Permalink Normal View History

2020-10-14 18:35:04 +00:00
{
"compilerOptions": {
"noImplicitAny": true,
"noImplicitThis": true,
"noUnusedLocals": true,
"removeComments": true,
"sourceMap": true,
"strictNullChecks": true,
2020-10-14 18:35:04 +00:00
"target": "esnext"
},
"include": ["src"]
}