Merge pull request #1081 from thecodingmachine/disable_tsx_for_maps

Removing parsing of TSX files in "maps" container
This commit is contained in:
David Négrier 2021-05-25 10:51:52 +02:00 committed by GitHub
commit 2814a95a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -20,5 +20,8 @@
"noImplicitReturns": true, /* Report error when not all code paths in function return a value. */
"noFallthroughCasesInSwitch": true /* Report errors for fallthrough cases in switch statement. */
}
},
"include": [
"**/*.ts"
]
}