mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2025-01-03 09:29:36 +00:00
21 lines
313 B
JSON
21 lines
313 B
JSON
{
|
|
"extends": "../tsconfig.json",
|
|
"compilerOptions": {
|
|
"outDir": "../out-tsc/app",
|
|
"baseUrl": "",
|
|
"types": [
|
|
"node",
|
|
"jquery"
|
|
]
|
|
},
|
|
"files": [
|
|
"main.ts",
|
|
"polyfills.ts"
|
|
],
|
|
"include": [
|
|
"**/*.d.ts"
|
|
],
|
|
"exclude": [
|
|
"**/*.spec.ts"
|
|
]
|
|
}
|