Files
archived-next-auth/packages/next-auth/tsconfig.json
Thang Vu 3f528b03ff chore: exclude tests from release artifact (#4011)
* chore: exclude tests from release artifact

Update base.json

* Symlink readme
2022-02-19 17:00:08 +01:00

10 lines
200 B
JSON

{
"extends": "tsconfig/base.json",
"compilerOptions": {
"emitDeclarationOnly": true,
"baseUrl": ".",
"outDir": "."
},
"exclude": ["./*.js", "./*.d.ts", "config", "**/__tests__"]
}