From 59dd754bc4e11a08b88f55e00c73d5fbdcee25fc Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 13 Oct 2022 14:24:40 +0200 Subject: -formatting --- packages/idb-bridge/tsconfig.json | 44 +++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'packages/idb-bridge') 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/**/*"] } -- cgit v1.2.3