Skip to content

Commit e4f22b1

Browse files
committed
Try some workaround to disable types autodetection in TypeScript
1 parent 4e0ee87 commit e4f22b1

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

broken-frameworks/keyed/bobril/.bbrc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"bbVersion": "3.0.1",
3-
"title": "Bobril v20.4.1",
3+
"title": "Bobril v20.6.0",
44
"dependencies": "disable",
5-
"head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">"
5+
"head": "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">",
6+
"compilerOptions": {
7+
"types": []
8+
}
69
}
Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
<!DOCTYPE html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width, initial-scale=1"><title>Bobril v20.4.1</title><link rel="stylesheet" href="dist/a.css"></head><body><script src="dist/a.js" charset="utf-8"></script></body></html>
1+
<!DOCTYPE html>
2+
<html>
3+
4+
<head>
5+
<meta charset="utf-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
<title>Bobril v20.6.0</title>
8+
<link rel="stylesheet" href="dist/a.css">
9+
</head>
10+
11+
<body>
12+
<script src="dist/a.js" charset="utf-8"></script>
13+
</body>
14+
15+
</html>

0 commit comments

Comments
 (0)