Files
firebase-tools/tsconfig.dev.json
Bryan Kendall 2dc7216a49 upgrade prettier (#3010)
* upgrade prettier

* prettier formatting
2021-01-08 16:01:31 -08:00

13 lines
194 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": true,
"removeComments": false,
},
"include": [
"scripts/**/*",
".eslintrc.js",
".prettierrc.js",
]
}