commit 59dd754bc4e11a08b88f55e00c73d5fbdcee25fc
parent eb5b075c013f8338fb8b2eb9239219095c85d59d
Author: Florian Dold <florian@dold.me>
Date: Thu, 13 Oct 2022 14:24:40 +0200
-formatting
Diffstat:
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git 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/**/*"]
}