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