summaryrefslogtreecommitdiff
path: root/packages/idb-bridge/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/idb-bridge/tsconfig.json')
-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 4f730e1c5..44a27284b 100644
--- a/packages/idb-bridge/tsconfig.json
+++ b/packages/idb-bridge/tsconfig.json
@@ -1,24 +1,24 @@
{
- "compilerOptions": {
- "composite": true,
- "lib": ["es6"],
- "module": "ESNext",
- "moduleResolution": "node",
- "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": ["ES2020"],
+ "module": "Node16",
+ "moduleResolution": "Node16",
+ "target": "ES2020",
+ "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/**/*"]
}