|
{
|
|
"compilerOptions": {
|
|
"target": "esnext",
|
|
"declaration": true,
|
|
"moduleResolution": "node",
|
|
"outDir": "./dist",
|
|
"strict": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"esModuleInterop": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
}
|