mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-05-13 23:16:45 +00:00
27 lines
394 B
JSON
27 lines
394 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/spec",
|
|
"module": "commonjs",
|
|
"target": "es2015",
|
|
"baseUrl": "",
|
|
"types": [
|
|
"jasmine",
|
|
"node"
|
|
]
|
|
},
|
|
"files": [
|
|
"test.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"app-builds",
|
|
"node_modules"
|
|
]
|
|
}
|