mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-18 19:25:48 +00:00
7 lines
326 B
JSON
7 lines
326 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/**/*.js"]
|
|
} |