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 d7f580e commit cf165b4Copy full SHA for cf165b4
packages/create-jellycommands/tsconfig.json
@@ -0,0 +1,16 @@
1
+{
2
+ "compilerOptions": {
3
+ "lib": ["ESNext"],
4
+ "module": "ESNext",
5
+ "target": "ESNext",
6
+ "esModuleInterop": true,
7
+ "forceConsistentCasingInFileNames": true,
8
+ "moduleResolution": "node",
9
+ "resolveJsonModule": true,
10
+ "strict": true,
11
+ "checkJs": true,
12
+ "allowJs": true
13
+ },
14
+ "include": ["./src/**/*.js"],
15
+ "exclude": ["./src/js/**", "./src/ts/**", "node_modules/**"]
16
+}
0 commit comments