File tree Expand file tree Collapse file tree 3 files changed +5
-28
lines changed Expand file tree Collapse file tree 3 files changed +5
-28
lines changed Original file line number Diff line number Diff line change 51
51
"devDependencies" : {
52
52
"@sindresorhus/tsconfig" : " ^3.0.1" ,
53
53
"@types/jsdom" : " ^16.2.14" ,
54
- "@types/node" : " ^17.0.38 " ,
54
+ "@types/node" : " ^17.0.42 " ,
55
55
"@types/zen-observable" : " ^0.8.3" ,
56
- "@typescript-eslint/eslint-plugin" : " ^5.27.0" ,
57
- "@typescript-eslint/parser" : " ^5.27.0" ,
58
56
"ava" : " ^4.3.0" ,
59
57
"del-cli" : " ^4.0.1" ,
60
- "eslint-config-xo-typescript" : " ^0.51.1" ,
61
58
"jsdom" : " ^19.0.0" ,
62
59
"rxjs" : " ^7.5.5" ,
63
60
"tempy" : " ^3.0.0" ,
64
- "ts-node" : " ^10.8.0 " ,
65
- "typescript" : " ~4.7.2 " ,
66
- "xo" : " ^0.49 .0" ,
61
+ "ts-node" : " ^10.8.1 " ,
62
+ "typescript" : " ~4.7.3 " ,
63
+ "xo" : " ^0.50 .0" ,
67
64
"zen-observable" : " ^0.8.15"
68
65
},
69
66
"sideEffects" : false ,
70
67
"ava" : {
71
- "timeout" : " 1m" ,
72
- "workerThreads" : false ,
73
- "serial" : true ,
74
68
"extensions" : {
75
69
"ts" : " module"
76
70
},
79
73
]
80
74
},
81
75
"xo" : {
82
- "extends" : " xo-typescript" ,
83
- "extensions" : [
84
- " ts"
85
- ],
86
- "parserOptions" : {
87
- "project" : " ./tsconfig.xo.json"
88
- },
89
- "globals" : [
90
- " BigInt" ,
91
- " BigInt64Array" ,
92
- " BigUint64Array"
93
- ],
94
76
"rules" : {
95
77
"@typescript-eslint/no-empty-function" : " off" ,
96
78
"@typescript-eslint/explicit-function-return-type" : " off" ,
Original file line number Diff line number Diff line change 7
7
" source"
8
8
],
9
9
"ts-node" : {
10
+ "transpileOnly" : true ,
10
11
"files" : true ,
11
12
"experimentalResolver" : true
12
13
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments