Skip to content

Commit 1621e61

Browse files
committed
convert indent to spaces
1 parent d6f70fe commit 1621e61

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

packages/feedback/tsconfig.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
"module": "esnext",
55

66
/* Preact Config */
7-
"jsx": "react-jsx",
8-
"jsxImportSource": "preact",
9-
"skipLibCheck": true,
10-
"baseUrl": "./",
11-
"paths": {
12-
"react": ["./node_modules/preact/compat/"],
13-
"react-dom": ["./node_modules/preact/compat/"]
14-
}
7+
"jsx": "react-jsx",
8+
"jsxImportSource": "preact",
9+
"skipLibCheck": true,
10+
"baseUrl": "./",
11+
"paths": {
12+
"react": ["./node_modules/preact/compat/"],
13+
"react-dom": ["./node_modules/preact/compat/"]
14+
}
1515
},
1616
"include": ["src/**/*.ts","src/**/*.tsx"]
1717
}

0 commit comments

Comments
 (0)