Files
less.js/packages/less/tsconfig.build.json
Matthew Dean 4d3189c051 Fixes #3787 -- ESLint updates and linting cleanup (#3790)
* ESLint updates and linting cleanup

* Exclude test files from some linting rules for now

* Fix some TypeScript and build issues
2023-04-08 09:27:41 -07:00

7 lines
108 B
JSON

{
"extends": "./tsconfig",
"compilerOptions": {
"rootDir": "./src",
},
"include": ["src/**/*"]
}