2023-08-22 12:07:24 +02:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"checkJs": true,
|
2023-08-22 13:30:49 +02:00
|
|
|
"target": "ESNext",
|
2023-08-24 14:13:04 +02:00
|
|
|
"module": "ESNext",
|
2024-06-17 03:30:52 +02:00
|
|
|
"moduleResolution": "node",
|
2023-08-22 12:07:24 +02:00
|
|
|
"allowUmdGlobalAccess": true,
|
|
|
|
"allowSyntheticDefaultImports": true
|
|
|
|
},
|
|
|
|
"exclude": [
|
2024-10-06 18:26:37 +02:00
|
|
|
"**/node_modules/**",
|
|
|
|
"**/dist/**",
|
|
|
|
"**/.git/**",
|
|
|
|
"lib/**",
|
2024-10-13 13:02:53 +02:00
|
|
|
"**/*.min.js",
|
|
|
|
"scripts/extensions/quick-reply/lib/**"
|
2023-08-22 12:07:24 +02:00
|
|
|
],
|
|
|
|
"typeAcquisition": {
|
2024-10-17 12:08:00 +02:00
|
|
|
"include": []
|
2023-08-22 12:07:24 +02:00
|
|
|
}
|
|
|
|
}
|