mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-15 10:07:44 +08:00
18 lines
320 B
JSON
18 lines
320 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "dev",
|
|
"removeComments": false,
|
|
"target": "es2015",
|
|
"sourceMap": true,
|
|
"typeRoots": [
|
|
"node_modules/@types",
|
|
"src/types"
|
|
]
|
|
},
|
|
"include": ["scripts/**/*"]
|
|
}
|