summaryrefslogtreecommitdiff
path: root/packages/idb-bridge
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-13 14:24:40 +0200
committerFlorian Dold <florian@dold.me>2022-10-13 14:24:40 +0200
commit59dd754bc4e11a08b88f55e00c73d5fbdcee25fc (patch)
treec2c98752fb156dab31ff7bd0513fd3b5d7df238c /packages/idb-bridge
parenteb5b075c013f8338fb8b2eb9239219095c85d59d (diff)
downloadwallet-core-59dd754bc4e11a08b88f55e00c73d5fbdcee25fc.tar.gz
wallet-core-59dd754bc4e11a08b88f55e00c73d5fbdcee25fc.tar.bz2
wallet-core-59dd754bc4e11a08b88f55e00c73d5fbdcee25fc.zip
-formatting
Diffstat (limited to 'packages/idb-bridge')
-rw-r--r--packages/idb-bridge/tsconfig.json44
1 files changed, 22 insertions, 22 deletions
diff --git a/packages/idb-bridge/tsconfig.json b/packages/idb-bridge/tsconfig.json
index e09681c55..b0a6808f4 100644
--- a/packages/idb-bridge/tsconfig.json
+++ b/packages/idb-bridge/tsconfig.json
@@ -1,24 +1,24 @@
{
- "compilerOptions": {
- "composite": true,
- "lib": ["es6"],
- "module": "ES2020",
- "moduleResolution": "Node16",
- "target": "ES6",
- "allowJs": true,
- "noImplicitAny": true,
- "outDir": "lib",
- "declaration": true,
- "declarationMap": true,
- "noEmitOnError": true,
- "strict": true,
- "incremental": true,
- "sourceMap": true,
- "rootDir": "./src",
- "esModuleInterop": true,
- "importHelpers": true,
- "isolatedModules": true,
- "typeRoots": ["./node_modules/@types"]
- },
- "include": ["src/**/*"]
+ "compilerOptions": {
+ "composite": true,
+ "lib": ["es6"],
+ "module": "ES2020",
+ "moduleResolution": "Node16",
+ "target": "ES6",
+ "allowJs": true,
+ "noImplicitAny": true,
+ "outDir": "lib",
+ "declaration": true,
+ "declarationMap": true,
+ "noEmitOnError": true,
+ "strict": true,
+ "incremental": true,
+ "sourceMap": true,
+ "rootDir": "./src",
+ "esModuleInterop": true,
+ "importHelpers": true,
+ "isolatedModules": true,
+ "typeRoots": ["./node_modules/@types"]
+ },
+ "include": ["src/**/*"]
}