mirror of
https://github.com/coder/code-server.git
synced 2025-07-28 04:22:39 +08:00
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
module.exports = {
|
|
settings: {
|
|
"import/resolver": {
|
|
typescript: {
|
|
project: __dirname,
|
|
},
|
|
},
|
|
},
|
|
}
|