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