UNPKG

@wearegenki/vue-directive-view

Version:

Vue custom directive to show/hide elements using opacity

31 lines (28 loc) 585 B
{ "compilerOptions": { "target": "esnext", "module": "esnext", "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "allowJs": true, "checkJs": true, "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, "baseUrl": ".", "paths": { "@/*": ["src/*"], "@/components/*": ["src/components/*"] } }, "exclude": [ "node_modules", "dist" ], "typeAcquisition": { "enable": true } }