We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf4adbe commit effe85aCopy full SHA for effe85a
tsconfig.json
@@ -0,0 +1,17 @@
1
+{
2
+ "$schema": "https://json.schemastore.org/tsconfig",
3
+ "compilerOptions": {
4
+ "allowJs": true,
5
+ "emitDeclarationOnly": true,
6
+ "declaration": true,
7
+ "outDir": "types",
8
+ "checkJs": true,
9
+ "target": "es2020",
10
+ "module": "es2020",
11
+ "moduleResolution": "node",
12
+ "allowSyntheticDefaultImports": true
13
+ },
14
+ "include": [
15
+ "src/**/*"
16
+ ]
17
+}
0 commit comments