Skip to content

Commit 77863a2

Browse files
committed
Deploy
1 parent ebb100f commit 77863a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const script = ({src, name, mode}, done = _ => true) => {
5959
test: /\.([cm]?ts|tsx)$/,
6060
loader: 'ts-loader',
6161
options: {
62-
configFile: '../config/tsconfig.json'
62+
configFile: 'src/tsconfig.json'
6363
}
6464
}
6565
]

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
"sass": "1.49.9",
103103
"sinon": "13.0.1",
104104
"sinon-chrome": "3.0.1",
105-
"ts-loader": "^9.5.0",
105+
"ts-loader": "9.5.0",
106106
"webpack-stream": "7.0.0",
107107
"yargs": "17.3.1"
108108
},

0 commit comments

Comments
 (0)