mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 19:42:15 +02:00
7 lines
158 B
JavaScript
7 lines
158 B
JavaScript
module.exports = {
|
|
extends: ["@yume-chan"],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ["./tsconfig.test.json"],
|
|
},
|
|
};
|