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 7c6dcba commit fc927e8Copy full SHA for fc927e8
examples/node/tsconfig.json
@@ -15,5 +15,5 @@
15
"noFallthroughCasesInSwitch": true,
16
"forceConsistentCasingInFileNames": true
17
},
18
- "files": ["index.ts"]
+ "include": ["**/*"]
19
}
examples/web/tsconfig.json
@@ -17,5 +17,5 @@
20
21
0 commit comments