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