Update tsconfig.json

This commit is contained in:
Garrone Joseph 2021-02-20 12:15:08 +01:00 committed by GitHub
parent 6955b3c83b
commit f828283b61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,5 @@
"jsx": "react-jsx", "jsx": "react-jsx",
"noFallthroughCasesInSwitch": true "noFallthroughCasesInSwitch": true
}, },
"include": [ "include": ["src"]
"src"
]
} }