* update next * updated react * update eslint * finish updating eslint * fix content lint errors * fix docs test * fix vale action * fix installation errors
8 lines
225 B
JSON
8 lines
225 B
JSON
{
|
|
"extends": ["tsconfig/base.json"],
|
|
"compilerOptions": {
|
|
"rootDir": "."
|
|
},
|
|
"include": ["**/*.ts", "**/*.js", "**/*.tsx", "**/*.jsx", "**/*.mjs"],
|
|
"exclude": ["**/node_modules/**", "**/dist/**", "**/build/**"]
|
|
} |