Files
mailgun/tsconfig.json

16 lines
360 B
JSON
Raw Normal View History

2022-08-07 16:31:56 +02:00
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
2022-08-07 16:31:56 +02:00
"useDefineForClassFields": false,
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"esModuleInterop": true,
"verbatimModuleSyntax": true,
"baseUrl": ".",
"paths": {}
},
"exclude": ["dist_*/**/*.d.ts"]
2022-08-07 16:31:56 +02:00
}