mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 06:47:59 +00:00
20 lines
345 B
JSON
20 lines
345 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./scripts",
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"scripts/**/*"
|
|
],
|
|
"exclude": [
|
|
"src/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../typegen/tsconfig.build.json" }
|
|
]
|
|
}
|