16 lines
409 B
JSON
16 lines
409 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"jsx": "react-jsx",
|
|
"module": "commonjs",
|
|
"rootDir": ".",
|
|
"moduleResolution": "node",
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"strict": true,
|
|
"noImplicitAny": true,
|
|
"skipLibCheck": true,
|
|
"types": ["jest", "node"]
|
|
}
|
|
}
|