mirror of
https://github.com/talgo-cloud/Mailer.git
synced 2026-03-13 09:20:35 -07:00
Transition to TypeScript
This commit is contained in:
parent
c3788cc413
commit
92bf5eda58
11 changed files with 273 additions and 2163 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"outDir": "./built",
|
||||
"allowJs": true,
|
||||
"target": "es5"
|
||||
"allowJs": false,
|
||||
"target": "es5",
|
||||
},
|
||||
"include": ["./src/**/*"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue