Skip to content
Snippets Groups Projects
Commit e3b1995cd03a authored by Noé Gaumont's avatar Noé Gaumont :octopus:
Browse files

tsconfig: add es2019 in lib

parent 8a977db3ceb1
No related branches found
No related tags found
No related merge requests found
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
"compilerOptions": { "compilerOptions": {
"declaration": true, "declaration": true,
"target": "es5", "target": "es5",
"lib": ["es2019"],
"module": "commonjs", "module": "commonjs",
"strict": true, "strict": true,
"esModuleInterop": true, "esModuleInterop": true,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment