2022-08-28 21:12:25 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"target": "ES2016",
|
|
|
|
"module": "commonjs",
|
|
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"outDir": "./lib",
|
|
|
|
"removeComments": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"strict": true,
|
2023-04-14 19:57:59 +02:00
|
|
|
"skipLibCheck": true,
|
|
|
|
"experimentalDecorators": true
|
2023-03-19 13:02:43 +01:00
|
|
|
},
|
|
|
|
"include": ["src"]
|
2022-08-28 21:12:25 +02:00
|
|
|
}
|