remove mentions of the site folder in doc and config files (#1769)

This commit is contained in:
Eugene Sviridov
2024-01-02 15:14:34 +01:00
committed by GitHub
parent f0422f415c
commit f8aafd63b9
4 changed files with 8 additions and 10 deletions

View File

@@ -37,7 +37,7 @@ module.exports = {
},
parserOptions: {
tsconfigRootDir: __dirname,
project: ['./site/tsconfig.json', './packages/*/tsconfig.json'],
project: ['./docs/tsconfig.json', './packages/*/tsconfig.json'],
ecmaVersion: 'latest',
sourceType: 'module',
},