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