Removing parsing of TSX files in "maps" container
The TSX extension is used by Typescript (for JSX like files) but ALSO by Tiled (for tilesets). We don't need the Typescript TSX files so this PR is preventing Typescript from parsing those files in the "maps" container.
This commit is contained in:
parent
b57a9957a3
commit
4d18e0ceb4
1 changed files with 4 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue