aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRabsRincon <ruben@rinconblanco.es>2022-09-03 18:04:13 +0200
committerRabsRincon <ruben@rinconblanco.es>2022-09-03 18:04:13 +0200
commitb3541f91b89c1012b81bb2ceeafebda786a1727b (patch)
tree707e495949ddc51419ec4d0b5a1d999fbdb8c114
parent58a3a147e301a7bca87f4891b94247751a2b4742 (diff)
downloadcompiler-explorer-gh-4123.tar.gz
compiler-explorer-gh-4123.zip
Remove lefotover old triesgh-4123
-rw-r--r--tsconfig.frontend.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.frontend.json b/tsconfig.frontend.json
index d8703b857..7acc1a804 100644
--- a/tsconfig.frontend.json
+++ b/tsconfig.frontend.json
@@ -7,8 +7,7 @@
/* Code generation */
"inlineSources": true,
"strictPropertyInitialization": false,
- "lib": ["dom", "es5"],
- //"types": ["cypress"]
+ "lib": ["dom", "es5"]
},
"exclude": ["out", "test", "etc", "examples", "app.js", "lib", "examples"]
}