mirror of
https://github.com/alexgo-io/stacks.js.git
synced 2026-04-30 10:12:41 +08:00
build: auth tsdx, typescript fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "es6",
|
||||
"module": "es2015",
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"moduleResolution": "node",
|
||||
"declaration": true,
|
||||
"sourceMap": true,
|
||||
@@ -10,12 +10,18 @@
|
||||
"baseUrl": "./src",
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"skipLibCheck": true,
|
||||
"lib": ["es2017", "dom"]
|
||||
"lib": ["dom", "esnext"],
|
||||
"paths": {
|
||||
"@stacks/auth": ["./packages/auth/src"],
|
||||
"@stacks/cli": ["./packages/cli/src"],
|
||||
"@stacks/common": ["./packages/common/src"],
|
||||
"@stacks/encryption": ["./packages/encryption/src"],
|
||||
"@stacks/keychain": ["./packages/keychain/src"],
|
||||
"@stacks/network": ["./packages/network/src"],
|
||||
"@stacks/profile": ["./packages/profile/src"],
|
||||
"@stacks/storage": ["./packages/storage/src"],
|
||||
"@stacks/transactions": ["./packages/transactions/src"]
|
||||
}
|
||||
},
|
||||
"include": [
|
||||
"packages/**/src/**/*",
|
||||
"packages/**/test/**/*",
|
||||
"src/**/*",
|
||||
"tests/**/*"
|
||||
]
|
||||
"include": ["packages/**/src/**/*", "packages/**/test/**/*", "src/**/*", "tests/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user