2022-08-18 19:21:41 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2022-08-20 07:46:43 +00:00
|
|
|
"target": "es2021",
|
2022-08-18 19:21:41 +00:00
|
|
|
"declaration": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"outDir": "./dist",
|
|
|
|
"strict": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"include": ["src"],
|
|
|
|
"exclude": ["node_modules", "**/__tests__/*"]
|
|
|
|
}
|