8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085f027 commit db859feCopy full SHA for db859fe
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