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 8fa124b commit 0dac61eCopy full SHA for 0dac61e
tsconfig.json
@@ -0,0 +1,11 @@
1
+{
2
+ "compilerOptions": {
3
+ "outDir": "dist",
4
+ "module": "NodeNext",
5
+ "strict": true,
6
+ "noEmitOnError": true
7
+ },
8
+ "include": [
9
+ "src/**/*.ts",
10
+ ]
11
+}
0 commit comments