mirror of
https://github.com/zhigang1992/firebase-tools.git
synced 2026-06-10 23:48:46 +08:00
* move emulator tests into scripts folder * add run script * wip * setup the emulator tests to be compiled and then run * clean up lines * upgrade ts-node * clean up run script * fix package-lock merge
13 lines
194 B
JSON
13 lines
194 B
JSON
{
|
|
"extends": "../../tsconfig.dev.json",
|
|
"compilerOptions": {
|
|
"sourceMap": false,
|
|
"outDir": "../../dev",
|
|
"noEmit": false,
|
|
},
|
|
"include": [
|
|
"../../src/**/*",
|
|
"*",
|
|
]
|
|
}
|