Manual format of tsconfig.build.json (#280)

This commit is contained in:
Jaco
2022-01-14 11:18:07 +01:00
committed by GitHub
parent e69571d469
commit b8b72adc38
2 changed files with 5 additions and 15 deletions

View File

@@ -6,11 +6,7 @@
"rootDir": "./src"
},
"references": [
{
"path": "../wasm-crypto-asmjs/tsconfig.build.json"
},
{
"path": "../wasm-crypto-wasm/tsconfig.build.json"
}
{ "path": "../wasm-crypto-asmjs/tsconfig.build.json" },
{ "path": "../wasm-crypto-wasm/tsconfig.build.json" }
]
}

View File

@@ -4,14 +4,8 @@
},
"files": [],
"references": [
{
"path": "./packages/wasm-crypto/tsconfig.build.json"
},
{
"path": "./packages/wasm-crypto-asmjs/tsconfig.build.json"
},
{
"path": "./packages/wasm-crypto-wasm/tsconfig.build.json"
}
{ "path": "./packages/wasm-crypto/tsconfig.build.json" },
{ "path": "./packages/wasm-crypto-asmjs/tsconfig.build.json" },
{ "path": "./packages/wasm-crypto-wasm/tsconfig.build.json" }
]
}