mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 19:49:27 +00:00
24 lines
354 B
JSON
24 lines
354 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"esModuleInterop": true,
|
|
"outDir": "../out-tsc/spec",
|
|
"types": [
|
|
"jest",
|
|
"node",
|
|
"jquery"
|
|
]
|
|
},
|
|
"files": [
|
|
"polyfills-test.ts"
|
|
],
|
|
"include": [
|
|
"**/*.spec.ts",
|
|
"**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"dist",
|
|
"release",
|
|
"node_modules"
|
|
]
|
|
}
|