smdm-slide-menu
Version:
A library agnostic multilevel page menu with a smooth slide effect based on CSS transitions, focused on accessibility.
24 lines (23 loc) • 446 B
JSON
{
"compilerOptions": {
"lib": ["es2019", "dom"],
"target": "ES6",
"noImplicitReturns": true,
"strict": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"declaration": true,
"rootDir": "./src",
"outDir": "./dist"
},
"include": ["src/index.ts"],
"exclude": [
"node_modules",
"**/*.spec.ts",
"**/*.js",
"store",
"dist",
"docs",
"src/demo/ts-demo.ts"
]
}