mirror of
https://github.com/appium/appium.git
synced 2026-05-03 17:00:32 -05:00
fd912346fa
This PR creates a new package `@appium/strongbox`, which provides a generic persistence store for Appium extensions.
23 lines
541 B
JSON
23 lines
541 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "@tsconfig/node14/tsconfig.json",
|
|
"ts-node": {
|
|
"transpileOnly": true
|
|
},
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true,
|
|
"stripInternal": true,
|
|
"sourceMap": true,
|
|
"removeComments": false,
|
|
"strict": false,
|
|
"types": ["node"],
|
|
"lib": ["es2020", "ES2021.WeakRef"]
|
|
}
|
|
}
|