mirror of
https://github.com/silvanocerza/github-gitless-sync.git
synced 2026-07-22 12:10:28 +00:00
Add tsx files in tsconfig.json
This commit is contained in:
parent
ee1bc30912
commit
069e645a81
1 changed files with 1 additions and 1 deletions
|
|
@ -14,5 +14,5 @@
|
||||||
"strictNullChecks": true,
|
"strictNullChecks": true,
|
||||||
"lib": ["DOM", "ES5", "ES6", "ES7"]
|
"lib": ["DOM", "ES5", "ES6", "ES7"]
|
||||||
},
|
},
|
||||||
"include": ["**/*.ts"]
|
"include": ["**/*.ts", "**/*.tsx"]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue