Files
pezkuwi-wasm/packages/wasm-crypto/tsconfig.spec.json
T

17 lines
311 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./test",
"emitDeclarationOnly": false,
"noEmit": true
},
"include": [
"**/test/**/*"
],
"references": [
{ "path": "../wasm-crypto/tsconfig.build.json" }
]
}