mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
fix 🔨: improve packaging and TypeScript configuration
This commit is contained in:
parent
44aba9484a
commit
c616fb02dc
3 changed files with 6 additions and 4 deletions
|
|
@ -27,6 +27,6 @@
|
|||
"verbatimModuleSyntax": true
|
||||
},
|
||||
"include": ["src/**/*", "*.d.ts"],
|
||||
"exclude": ["node_modules", "**/*.test.ts", "dist"],
|
||||
"exclude": ["node_modules", "dist"],
|
||||
"typeRoots": ["./node_modules/@types", "./"]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue