UNPKG

linted

Version:

ESLint mono-plugin bundler with strict, opinionated defaults for (Stylistic) JavaScript, TypeScript, Svelte, HTML, Tailwind/CSS, JSON, JSONC, YAML, and Mocha.

20 lines (19 loc) 264 B
{ "extends": "../tsconfig-base", "include": [ "../typings/**/*", "**/*", ], "references": [ { "path": "../src", }, ], "compilerOptions": { "rootDirs": [ "..", "../src", ], "outDir": "../dist/tests", }, }