Added support for jsx/tsx
This commit is contained in:
parent
b0866a672c
commit
7fe3ac5200
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@
|
|||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@lib/*": ["path/to/your/lib/*"]
|
||||
}
|
||||
},
|
||||
"jsx": "preserve"
|
||||
},
|
||||
"include": ["src"]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue