mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-24 13:38:04 +00:00
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"extends": "../../tsconfig",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"declaration": true
|
|
},
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|