aboutsummaryrefslogtreecommitdiff
path: root/examples/react-fast-refresh-test
diff options
context:
space:
mode:
Diffstat (limited to 'examples/react-fast-refresh-test')
-rwxr-xr-xexamples/react-fast-refresh-test/bun.lockbbin0 -> 352211 bytes
-rw-r--r--examples/react-fast-refresh-test/tsconfig.json18
2 files changed, 14 insertions, 4 deletions
diff --git a/examples/react-fast-refresh-test/bun.lockb b/examples/react-fast-refresh-test/bun.lockb
new file mode 100755
index 000000000..a3cf88405
--- /dev/null
+++ b/examples/react-fast-refresh-test/bun.lockb
Binary files differ
diff --git a/examples/react-fast-refresh-test/tsconfig.json b/examples/react-fast-refresh-test/tsconfig.json
index 401ede344..d543b6472 100644
--- a/examples/react-fast-refresh-test/tsconfig.json
+++ b/examples/react-fast-refresh-test/tsconfig.json
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
- "lib": ["dom", "dom.iterable", "esnext"],
+ "lib": [
+ "dom",
+ "dom.iterable",
+ "esnext"
+ ],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
@@ -14,6 +18,12 @@
"isolatedModules": true,
"jsx": "preserve"
},
- "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
- "exclude": ["node_modules"]
-}
+ "include": [
+ "next-env.d.ts",
+ "**/*.ts",
+ "**/*.tsx"
+ ],
+ "exclude": [
+ "node_modules"
+ ]
+} \ No newline at end of file