mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 01:02:05 -07:00
16 lines
375 B
JSON
16 lines
375 B
JSON
{
|
|||
|
|
"compilerOptions": {
|
||
|
|
"outDir": "./dist/",
|
||
|
|
//"noImplicitAny": true,
|
||
|
|
"baseUrl": ".",
|
||
|
|
"module": "commonjs",
|
||
|
|
"target": "es5",
|
||
|
|
"allowJs": true,
|
||
|
|
"lib": ["es2015", "es2015.symbol", "dom", "es2017"],
|
||
|
|
"typeRoots": ["node_modules/@types/"],
|
||
|
|
"downlevelIteration": true
|
||
|
|
},
|
||
|
|
"include": ["src/**/*"],
|
||
|
|
"exclude": ["node_modules", "test/**/*"]
|
||
|
|
}
|