We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4c363f commit 11480feCopy full SHA for 11480fe
eslint.config.mts
@@ -25,7 +25,7 @@ export default defineConfig(
25
name: 'vue-ts-types/ignore-dist',
26
ignores: ['dist'],
27
},
28
- eslintPluginPackageJson.configs.recommended,
+ eslintPluginPackageJson.configs['recommended-publishable'],
29
eslintPluginPackageJson.configs.stylistic,
30
{
31
files: ['**/*.ts', '**/*.mts'],
package.json
@@ -26,7 +26,15 @@
"license": "MIT",
"author": "Flo Edelmann",
+ "sideEffects": false,
"type": "commonjs",
+ "exports": {
32
+ ".": {
33
+ "import": "./dist/index.js",
34
+ "require": "./dist/index.js",
35
+ "types": "./dist/index.d.ts"
36
+ }
37
+ },
38
"main": "dist/index.js",
39
"types": "dist/index.d.ts",
40
"files": [
0 commit comments