15 lines
283 B
JSON
15 lines
283 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "node16",
|
||
|
"moduleResolution": "node16",
|
||
|
"strict": true,
|
||
|
"target": "esnext",
|
||
|
"jsx": "react",
|
||
|
"jsxFactory": "h",
|
||
|
"jsxFragmentFactory": "Fragment"
|
||
|
},
|
||
|
"include": [
|
||
|
"src"
|
||
|
]
|
||
|
}
|