simplify-storage
Version:
A library for working with different types of storage (localStorage, sessionStorage, cookieStorage)
22 lines (21 loc) • 508 B
JSON
{
"compilerOptions": {
"target": "ES6",
"module": "ES6",
"declaration": true,
"declarationDir": "./dist/types",
"outDir": "./dist",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"sourceMap": true,
"noImplicitAny": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"lib": ["ES6", "DOM"]
},
"rootDir": "./src",
"include": ["src"],
"exclude": ["node_modules", "**/*.test.ts"]
}