embark/packages/plugins/ens/tsconfig.json

33 lines
580 B
JSON

{
"compilerOptions": {
"composite": true,
"declarationDir": "./dist",
"rootDir": "./src",
"tsBuildInfoFile": "./node_modules/.cache/tsc/tsconfig.embark-ens.tsbuildinfo"
},
"extends": "../../../tsconfig.base.json",
"include": [
"src/**/*"
],
"references": [
{
"path": "../../core/core"
},
{
"path": "../../core/i18n"
},
{
"path": "../../core/utils"
},
{
"path": "../../embarkjs/embarkjs"
},
{
"path": "../../embarkjs/ens"
},
{
"path": "../../utils/testing"
}
]
}