9 lines
130 B
JSON
9 lines
130 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": ["ES2020", "dom"],
|
|
"jsx": "react",
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|