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