mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-03 17:59:50 +02:00
11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
module.exports = {
|
|
"extends": [
|
|
"@yume-chan"
|
|
],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: [
|
|
"./tsconfig.test.json"
|
|
],
|
|
},
|
|
}
|