mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-01-12 17:22:36 +08:00
16 lines
247 B
JSON
16 lines
247 B
JSON
{
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": false,
|
|
"module": "commonjs",
|
|
"strict": true,
|
|
"outDir": "lib",
|
|
"removeComments": true,
|
|
"sourceMap": true,
|
|
"target": "ES5"
|
|
},
|
|
"include": [
|
|
"src/**/*"
|
|
]
|
|
}
|