22 lines
476 B
JSON
22 lines
476 B
JSON
{
|
|
"compilerOptions": {
|
|
"checkJs": true,
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "node",
|
|
"allowUmdGlobalAccess": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/dist/**",
|
|
"**/.git/**",
|
|
"lib/**",
|
|
"**/*.min.js",
|
|
"scripts/extensions/quick-reply/lib/**"
|
|
],
|
|
"typeAcquisition": {
|
|
"include": []
|
|
}
|
|
}
|