2022-07-29 23:10:35 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"newLine": "LF",
|
|
|
|
"noUnusedLocals": true,
|
|
|
|
"noUnusedParameters": true,
|
|
|
|
"incremental": true,
|
|
|
|
"strict": true,
|
|
|
|
"downlevelIteration": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2022-08-01 03:56:53 +02:00
|
|
|
"composite": true,
|
2022-08-28 12:37:03 +07:00
|
|
|
"outDir": "./dist"
|
2022-07-29 23:10:35 +02:00
|
|
|
}
|
|
|
|
}
|