bc02005dc0
This seems more appropriate given this tests how a plugin might work within code-server.
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
module.exports = {
|
|
settings: {
|
|
"import/resolver": {
|
|
typescript: {
|
|
project: __dirname,
|
|
},
|
|
},
|
|
},
|
|
}
|