mirror of
https://github.com/pezkuwichain/pezkuwi-extension.git
synced 2026-05-09 10:27:57 +00:00
19 lines
430 B
JSON
19 lines
430 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src",
|
|
"emitDeclarationOnly": false,
|
|
"noEmit": true
|
|
},
|
|
"include": [
|
|
"**/*.spec.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../extension-base/tsconfig.build.json" },
|
|
{ "path": "../extension-inject/tsconfig.build.json" },
|
|
{ "path": "../extension-mocks/tsconfig.build.json" }
|
|
]
|
|
}
|