af2d81a990
* perf: (productionの)dependenciesから@typesを削除、reversi/bubble-gameをesbuildにする * fix * fix
10 lines
163 B
JavaScript
10 lines
163 B
JavaScript
module.exports = {
|
|
root: true,
|
|
parserOptions: {
|
|
tsconfigRootDir: __dirname,
|
|
project: ['./tsconfig.json'],
|
|
},
|
|
extends: [
|
|
'../shared/.eslintrc.js',
|
|
],
|
|
};
|