@themineway/smart-storage-react
Version:
A React (TS) library that provides a smart and easy way to store data
29 lines (28 loc) • 705 B
JSON
{
"compilerOptions": {
"target": "ES2020",
"module": "ESNext",
"lib": ["DOM", "ES2020"],
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "dist",
"rootDir": "src",
"moduleResolution": "Node",
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"isolatedModules": true,
"noEmitOnError": true,
"strict": true,
"jsx": "react-jsx",
"baseUrl": ".",
"paths": {
"@hooks": ["src/hooks/index"],
"@themineway/smart-storage-js": ["../smart-storage-js/dist/index"]
}
},
"include": ["src"],
"exclude": ["dist", "node_modules"]
}