2020-03-18 03:19:05 +01:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2021-09-04 14:26:26 +02:00
|
|
|
"rootDir": "source",
|
|
|
|
"outDir": "distribution",
|
2021-03-09 23:04:05 +01:00
|
|
|
|
2020-03-21 17:01:55 +01:00
|
|
|
"target": "ES2019",
|
2020-03-18 03:19:05 +01:00
|
|
|
"module": "commonjs",
|
2021-03-09 23:04:05 +01:00
|
|
|
"esModuleInterop": true,
|
|
|
|
|
|
|
|
"declaration": true,
|
|
|
|
"declarationMap": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
|
|
|
|
"strict": true
|
2020-03-18 03:19:05 +01:00
|
|
|
}
|
|
|
|
}
|