mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-05-01 03:08:00 +00:00
10 lines
124 B
JSON
10 lines
124 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "build"
|
|
},
|
|
"include": [
|
|
"./src/**/*.ts"
|
|
]
|
|
}
|