mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 12:58:01 +00:00
11 lines
156 B
JSON
11 lines
156 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts",
|
|
"./declarations/**/*.d.ts"
|
|
]
|
|
}
|