Files
archived-next-auth/packages/adapter-firebase/tsconfig.json
Vedant cf9f133aa3 fix(adapters): tsconfig for firebase and pouchdb (#5945)
* Update tsconfig.json

* Update tsconfig.json
2022-12-03 09:48:55 +01:00

12 lines
273 B
JSON

{
"extends": "@next-auth/tsconfig/tsconfig.adapters.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "dist",
"strict": true,
"noUncheckedIndexedAccess": true,
"moduleResolution": "node"
},
"exclude": ["tests", "dist", "jest.config.js"]
}