9 lines
97 B
JSON
9 lines
97 B
JSON
|
{
|
||
|
"include": [
|
||
|
"./src",
|
||
|
"index.ts"
|
||
|
],
|
||
|
"compilerOptions": {
|
||
|
"jsx": "react"
|
||
|
}
|
||
|
}
|