Mailer/tsconfig.json
2023-12-04 02:54:38 +00:00

8 lines
No EOL
137 B
JSON

{
"compilerOptions": {
"outDir": "./built",
"allowJs": true,
"target": "es5"
},
"include": ["./src/**/*"]
}