mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 22:47:24 +08:00
* Convert queue.js to TypeScript * Update src/queue.ts Co-Authored-By: mbleigh <mbleigh@mbleigh.com> * Update src/queue.ts Co-Authored-By: mbleigh <mbleigh@mbleigh.com> * Update src/queue.ts Co-Authored-By: mbleigh <mbleigh@mbleigh.com> * Update src/deploy/hosting/uploader.js Co-Authored-By: mbleigh <mbleigh@mbleigh.com> * Address comments.
14 lines
242 B
JSON
14 lines
242 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"target": "es2015"
|
|
},
|
|
"include": ["src/**/*"]
|
|
}
|