mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-22 17:10:26 +03:00
Updated target in tsconfig to es2019
This commit is contained in:
parent
31f1d5b530
commit
6346f82a0a
1 changed files with 2 additions and 3 deletions
|
@ -17,15 +17,14 @@
|
|||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"target": "esnext",
|
||||
"target": "es2019",
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"esModuleInterop": true,
|
||||
"resolveJsonModule": true,
|
||||
"isolatedModules": true
|
||||
},
|
||||
"exclude": [
|
||||
"node_modules",
|
||||
"**/*.spec.*"
|
||||
"node_modules"
|
||||
],
|
||||
"include": [
|
||||
"*.d.ts",
|
||||
|
|
Loading…
Reference in a new issue