scroll-lock-body
Version:
scroll lock the body and remember the position
20 lines (17 loc) • 411 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
// Transpilation settings.
"module": "ES2015",
"target": "ES5",
// Output settings.
"charset": "utf-8",
"newLine": "LF",
"sourceMap": true,
// Type declaration settings.
"declaration": true,
"declarationDir": "types/",
"declarationMap": true
},
"exclude": ["./src/**/*.test.ts", "./src/**/*.test.tsx"]
}