mirror of
https://github.com/orionprotocol/sdk.git
synced 2026-03-14 22:22:35 +03:00
13 lines
271 B
JSON
13 lines
271 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"outDir": "lib",
|
|
"declaration": true,
|
|
"declarationMap": false,
|
|
"sourceMap": false
|
|
},
|
|
"exclude": [
|
|
"./src/**/__tests__",
|
|
]
|
|
} |