Files
xahau.js/packages/xahau-binary-codec/tsconfig.eslint.json
Denis Angell 9544e1794e xahau-patch
2025-03-14 15:08:35 +01:00

8 lines
327 B
JSON

// We need this file to run ESLint on our tests
// https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/parser/README.md#configuration
{
// extend your base config so you don't have to redefine your compilerOptions
"extends": "./tsconfig.json",
"include": ["src/**/*.ts", "test/**/*.ts"]
}