File tree Expand file tree Collapse file tree 3 files changed +32
-650
lines changed
packages/browser/test/e2e Expand file tree Collapse file tree 3 files changed +32
-650
lines changed Original file line number Diff line number Diff line change 7
7
"node" : " >=12"
8
8
},
9
9
"private" : true ,
10
- "babel" : {
11
- "presets" : [
12
- " @babel/preset-env"
13
- ]
14
- },
15
10
"scripts" : {
16
11
"install-browsers" : " playwright install --with-deps" ,
17
12
"pretest" : " yarn install && yarn install-browsers" ,
18
13
"test" : " playwright test ./test --browser='all' --reporter='line'" ,
19
14
"posttest" : " rimraf dist"
20
15
},
21
16
"dependencies" : {
22
- "@babel/core" : " ^7.15.5" ,
23
- "@babel/preset-env" : " ^7.15.4" ,
24
17
"@playwright/test" : " 1.17.0-next-alpha-nov-5-2021" ,
25
18
"@sentry/browser" : " file:../.." ,
26
19
"babel-loader" : " ^8.2.2" ,
27
20
"handlebars-loader" : " ^1.7.1" ,
28
21
"html-webpack-plugin" : " ^5.5.0" ,
29
22
"ts-loader" : " ^9.2.6" ,
23
+ "typescript" : " ^4.5.2" ,
30
24
"webpack" : " ^5.52.0"
31
25
},
32
26
"resolutions" : {
Original file line number Diff line number Diff line change
1
+ {
2
+ "extends" : " ../../tsconfig.json" ,
3
+ "include" : [" ./**/*.ts" ],
4
+ "exclude" : [" dist" ],
5
+ "compilerOptions" : {
6
+ "rootDir" : " ."
7
+ }
8
+ }
You can’t perform that action at this time.
0 commit comments