mirror of
https://github.com/pezkuwichain/pezkuwi-wasm.git
synced 2026-04-21 23:48:00 +00:00
15 lines
251 B
JSON
15 lines
251 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"**/mod.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../wasm-util/tsconfig.build.json" }
|
|
]
|
|
}
|