12 lines
221 B
JSON

{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"jsx": "react",
"module": "esnext",
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"baseUrl": "."
}
}