mirror of
https://github.com/pezkuwichain/pezkuwi-api.git
synced 2026-04-22 21:57:57 +00:00
17 lines
285 B
JSON
17 lines
285 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"**/*.data.ts",
|
|
"**/checkTypes.manual.ts",
|
|
"**/mod.ts",
|
|
"**/*.spec.ts",
|
|
"**/test/*"
|
|
],
|
|
"references": []
|
|
}
|