mirror of
https://github.com/cdr/code-server.git
synced 2025-12-15 21:03:15 +01:00
This reverts commit bc02005dc0.
I couldn't get past some GLIBC errors in CI so moving back to unit
tests.
9 lines
129 B
JavaScript
9 lines
129 B
JavaScript
module.exports = {
|
|
settings: {
|
|
"import/resolver": {
|
|
typescript: {
|
|
project: __dirname,
|
|
},
|
|
},
|
|
},
|
|
}
|