2021-08-03 01:40:40 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2023-10-07 10:38:21 +00:00
|
|
|
"target": "esnext",
|
2021-08-03 01:40:40 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"declaration": true,
|
|
|
|
"strict": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"resolveJsonModule": true,
|
2023-10-07 10:38:21 +00:00
|
|
|
"types": ["jest"],
|
2021-11-17 13:39:45 +00:00
|
|
|
"skipLibCheck": true,
|
2023-10-07 10:38:21 +00:00
|
|
|
"skipDefaultLibCheck": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"experimentalDecorators": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"rootDir": "./src",
|
2023-10-07 20:14:00 +00:00
|
|
|
"outDir": "./lib",
|
|
|
|
"incremental": true
|
2021-08-03 01:40:40 +00:00
|
|
|
}
|
|
|
|
}
|