vuex-viewport
Version:
Vuex extension that allows making window size as computed property.
16 lines (15 loc) • 398 B
JSON
{
"compilerOptions": {
"outDir": "./types/",
"target": "ES2017",
"module": "commonjs",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true
},
"include": ["src/**/*"],
"exclude": ["node_modules", "**/*.spec.ts"],
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Recommended"
}