mirror of
https://github.com/coder/code-server.git
synced 2026-05-26 22:27:27 +02:00
This reverts commit bc02005dc0.
I couldn't get past some GLIBC errors in CI so moving back to unit
tests.
10 lines
129 B
JavaScript
10 lines
129 B
JavaScript
module.exports = {
|
|
settings: {
|
|
"import/resolver": {
|
|
typescript: {
|
|
project: __dirname,
|
|
},
|
|
},
|
|
},
|
|
}
|