1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

chore(build): incremental ts build [EE-4204] (#7888)

This commit is contained in:
Chaim Lev-Ari 2022-10-20 17:23:56 +03:00 committed by GitHub
parent 3f51d077ac
commit ee5600b6af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
"module": "es6",
// "module": "commonjs",
// "module": "esnext",
"incremental": true,
"target": "es2017",
"allowJs": true,
"checkJs": false,