universal-fs
Version:
Allows a client or server to access the file system in the current codebase or a different one.
22 lines • 591 B
JSON
{
"compilerOptions": {
"jsx": "react",
"target": "ES2017",
"lib": ["dom", "dom.iterable", "esnext"],
"allowJs": true,
"skipLibCheck": true,
"strict": true,
"forceConsistentCasingInFileNames": true,
"noEmit": true,
"esModuleInterop": true,
"module": "esnext",
"moduleResolution": "node",
"resolveJsonModule": true,
"isolatedModules": true,
"incremental": false,
"skipDefaultLibCheck": true,
"declaration": true
},
"include": ["src/", "types/"],
"exclude": ["eslint.config.js"]
}