12 lines
255 B
JSON
12 lines
255 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["esnext", "DOM"],
|
||
|
"jsx": "react",
|
||
|
"moduleResolution": "node",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"esModuleInterop": true,
|
||
|
},
|
||
|
"exclude": [
|
||
|
"node_modules"
|
||
|
],
|
||
|
}
|