14 lines
253 B
JSON
14 lines
253 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"jsx": "react",
|
|
"esModuleInterop": true,
|
|
"types": ["jest"],
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"declaration": true
|
|
}
|
|
}
|