2020-04-28 09:47:35 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-09-23 21:27:16 +00:00
|
|
|
"rootDir": "./src",
|
|
|
|
"outDir": "./lib",
|
2020-04-28 09:47:35 +00:00
|
|
|
"target": "ES2019",
|
2021-09-23 21:27:16 +00:00
|
|
|
"module": "CommonJS",
|
2020-04-28 09:47:35 +00:00
|
|
|
"declaration": true,
|
2021-06-20 06:59:30 +00:00
|
|
|
"declarationMap": false,
|
2021-05-06 13:49:46 +00:00
|
|
|
"sourceMap": false,
|
2020-04-28 09:47:35 +00:00
|
|
|
"composite": true,
|
|
|
|
"strict": true,
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
2020-12-25 19:03:15 +00:00
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"importsNotUsedAsValues": "error"
|
2020-04-28 09:47:35 +00:00
|
|
|
}
|
|
|
|
}
|