mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-08 19:02:46 +08:00
9 lines
146 B
JavaScript
9 lines
146 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['tih'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
};
|