We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dfbbd commit 7489153Copy full SHA for 7489153
plugin/tsconfig.json
@@ -11,5 +11,7 @@
11
"module": "commonjs",
12
"target": "ES2015",
13
"jsx": "react"
14
- }
+ },
15
+ "include": ["src/**/*.ts"],
16
+ "exclude": ["node_modules"]
17
}
0 commit comments