mirror of
https://github.com/less/less.js.git
synced 2026-01-09 15:48:08 -05:00
* ESLint updates and linting cleanup * Exclude test files from some linting rules for now * Fix some TypeScript and build issues
7 lines
108 B
JSON
7 lines
108 B
JSON
{
|
|
"extends": "./tsconfig",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
},
|
|
"include": ["src/**/*"]
|
|
} |