UNPKG

@eslint-sets/eslint-config-vue3

Version:
14 lines (13 loc) 262 B
{ "extends": "../../tsconfig.json", "exclude": ["__tests__", "../../temp"], "compilerOptions": { "removeComments": true, "declaration": false, "target": "ESNext", "outDir": "dist", "module": "commonjs", "lib": ["ESNext"], "sourceMap": true } }