17 lines
328 B
JSON
17 lines
328 B
JSON
|
{
|
||
|
"extends": "@tsconfig/recommended/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"sourceMap": true,
|
||
|
"jsx": "react",
|
||
|
"jsxFactory": "h",
|
||
|
"jsxFragmentFactory": "Fragment",
|
||
|
"lib": [
|
||
|
"ES2021.String"
|
||
|
]
|
||
|
},
|
||
|
"include": [
|
||
|
"src/*.ts",
|
||
|
"src/*.tsx"
|
||
|
]
|
||
|
}
|