mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-04-29 04:15:24 +08:00
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"removeComments": false,
|
|
},
|
|
"include": [
|
|
"scripts/**/*",
|
|
".eslintrc.js",
|
|
".prettierrc.js",
|
|
]
|
|
}
|