1
0
mirror of https://github.com/theoludwig/programming-challenges.git synced 2025-12-11 00:21:24 +01:00

style: lint ignore and .md files

This commit is contained in:
divlo
2020-11-15 10:56:27 +01:00
parent 9db51da1b0
commit 954cd934b7
12 changed files with 846 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "ES2018",
"target": "ES2019",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,