Files
firebase-tools/tsconfig.json
Michael Bleigh 16c511425f Convert queue.js to TypeScript (#1000)
* 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.
2018-11-06 08:20:44 -08:00

14 lines
242 B
JSON

{
"compilerOptions": {
"allowJs": true,
"checkJs": false,
"module": "commonjs",
"strict": true,
"outDir": "lib",
"removeComments": true,
"sourceMap": true,
"target": "es2015"
},
"include": ["src/**/*"]
}