Spaces:
Sleeping
Sleeping
Commit ·
f1a7022
1
Parent(s): c18d0f7
ih
Browse files
bloom-ware-login/tsconfig.json
CHANGED
|
@@ -15,8 +15,9 @@
|
|
| 15 |
"moduleResolution": "bundler",
|
| 16 |
"resolveJsonModule": true,
|
| 17 |
"isolatedModules": true,
|
| 18 |
-
"jsx": "
|
| 19 |
"incremental": true,
|
|
|
|
| 20 |
"plugins": [
|
| 21 |
{
|
| 22 |
"name": "next"
|
|
|
|
| 15 |
"moduleResolution": "bundler",
|
| 16 |
"resolveJsonModule": true,
|
| 17 |
"isolatedModules": true,
|
| 18 |
+
"jsx": "react-jsx",
|
| 19 |
"incremental": true,
|
| 20 |
+
"baseUrl": ".",
|
| 21 |
"plugins": [
|
| 22 |
{
|
| 23 |
"name": "next"
|