2022-01-06 09:40:56 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "es2016",
|
|
|
|
"module": "commonjs",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"declaration": true,
|
2022-01-10 10:43:27 +01:00
|
|
|
"declarationDir": "./dist/types",
|
2022-01-06 09:40:56 +01:00
|
|
|
"outDir": "./dist"
|
|
|
|
}
|
|
|
|
}
|