We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf87a6 commit 1bc672dCopy full SHA for 1bc672d
headless/tsconfig.json
@@ -0,0 +1,9 @@
1
+{
2
+ "extends": "../tsconfig.json",
3
+ "compilerOptions": {
4
+ "typeRoots": [],
5
+ "baseUrl": "./lib",
6
+ "jsx": "preserve",
7
+ "jsxImportSource": "vue"
8
+ }
9
+}
0 commit comments