7d43eaac95
This reverts commit bc02005dc097a10b5216b616ff0bd7a911240748. 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,
|
|
},
|
|
},
|
|
},
|
|
}
|