mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-26 13:19:42 +00:00
use ts-loader compilerOptions
This commit is contained in:
@@ -31,7 +31,12 @@ module.exports = {
|
||||
exclude: /node_modules/,
|
||||
use: [{
|
||||
loader: 'ts-loader',
|
||||
options: { transpileOnly: true }
|
||||
options: {
|
||||
transpileOnly: true,
|
||||
compilerOptions: {
|
||||
"sourceMap": true,
|
||||
}
|
||||
}
|
||||
}]
|
||||
}]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user