14 lines
321 B
JSON
14 lines
321 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "../../dist/out-tsc/packages/firebase-auth",
|
|
"types": ["@cloudflare/workers-types"]
|
|
},
|
|
"include": ["**/*.test.ts", "firebase-tools.d.ts", "vitest.config.ts"],
|
|
"references": [
|
|
{
|
|
"path": "./tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|