4edad9f19b
* More liberal .gitignores on TS output directories * Use project references for Typescript projects * Use /dist dir for Cloud Functions deployment payload * Disable `next build` typechecking * Fiddle with GitHub tsc jobs
12 lines
224 B
JSON
12 lines
224 B
JSON
{
|
|
"functions": {
|
|
"predeploy": "cd functions && yarn build",
|
|
"runtime": "nodejs16",
|
|
"source": "functions/dist"
|
|
},
|
|
"firestore": {
|
|
"rules": "firestore.rules",
|
|
"indexes": "firestore.indexes.json"
|
|
}
|
|
}
|