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