mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-02-02 18:21:37 +08:00
9 lines
170 B
JavaScript
9 lines
170 B
JavaScript
module.exports = {
|
|
root: true,
|
|
extends: ['tih', 'next/core-web-vitals'],
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
};
|