mirror of
https://github.com/tlsnotary/tlsn-js.git
synced 2026-01-08 06:34:09 -05:00
11 lines
214 B
JSON
11 lines
214 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"emitDeclarationOnly": true,
|
|
"sourceMap": true,
|
|
"outDir": "build"
|
|
}
|
|
} |