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