diff --git a/package.json b/package.json index c6f889e..db0ddf3 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,6 @@ "p-comuns": "git+http://leitura:eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOjE3MTQ3NTA1NzYsImlzcyI6IkdpdG5lc3MiLCJwaWQiOjgsInRrbiI6eyJ0eXAiOiJwYXQiLCJpZCI6MzJ9fQ.OYdExOVQm5UI3wfeTaWjmD0o65Y1hrjFz5EvMB1a__U@git.idz.one:3000/git/multi-modulos-ambientais/_comuns.git#producao" }, "peerDependencies": { - "typescript": "^5.0.0" + "typescript": "^5" } } diff --git a/tsconfig.json b/tsconfig.json index ab6fb2c..19d9ba0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,7 +3,7 @@ "outDir": "dist", "esModuleInterop": true, "noImplicitAny": true, - "target": "ESNext", + "target": "ES2020", "jsx": "react", "declaration": true, "declarationDir": "dist",