mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-11-05 09:50:11 +00:00
Harvey Tindall
52d9cda61a
the email preview no longer has a delay after each change. This also avoids a race condition in which the email currently being edited could be actually sent.
11 lines
250 B
JSON
11 lines
250 B
JSON
{
|
|
"compilerOptions": {
|
|
"outDir": "../js",
|
|
"target": "es6",
|
|
"lib": ["dom", "es2017"],
|
|
"typeRoots": ["./typings", "./node_modules/@types"],
|
|
"moduleResolution": "node",
|
|
"esModuleInterop": true
|
|
}
|
|
}
|