We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 166ee34 commit 9a34bd5Copy full SHA for 9a34bd5
test/tsconfig.json
@@ -2,6 +2,10 @@
2
"extends": "@salesforce/dev-config/tsconfig-test-strict-esm",
3
"include": ["./**/*.ts"],
4
"compilerOptions": {
5
- "skipLibCheck": true
+ "skipLibCheck": true,
6
+ "baseUrl": "..",
7
+ "paths": {
8
+ "@salesforce/source-deploy-retrieve": ["node_modules/@salesforce/source-deploy-retrieve"]
9
+ }
10
}
11
tsconfig.json
@@ -4,7 +4,10 @@
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
- "baseUrl": "."
+ "baseUrl": ".",
},
12
"include": ["./src/**/*.ts"]
13
0 commit comments