We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e8229f commit 9d4df36Copy full SHA for 9d4df36
tsconfig.eslint.json
@@ -2,6 +2,7 @@
2
"$schema": "https://json.schemastore.org/tsconfig",
3
"extends": "./tsconfig.base.json",
4
"compilerOptions": {
5
+ "allowJs": true,
6
"noEmit": true
7
},
8
"exclude": ["dist", "node_modules"],
0 commit comments