Skip to content

Commit aa2c678

Browse files
authored
Fix tsconfigs (#78)
1 parent f988311 commit aa2c678

File tree

8 files changed

+64
-36
lines changed

8 files changed

+64
-36
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"composite": true,
3+
"extends": "../../../tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./build/types"
6+
},
7+
"files": ["src/main.tsx"],
8+
"include": [
9+
"src"
10+
// "__tests__/**/*.test.*"
11+
]
12+
}
+4-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"composite": true,
3-
"extends": "../../../tsconfig.base.json",
42
"compilerOptions": {
5-
"outDir": "./build/types"
6-
},
7-
"files": ["src/main.tsx"],
8-
"include": [
9-
"src"
10-
// "__tests__/**/*.test.*"
11-
]
3+
"strict": true,
4+
"esModuleInterop": true,
5+
"jsx": "react"
6+
}
127
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"composite": true,
3+
"extends": "../../../tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./build/types"
6+
},
7+
"files": ["src/main.tsx"],
8+
"include": [
9+
"src"
10+
// "__tests__/**/*.test.*"
11+
]
12+
}
+4-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"composite": true,
3-
"extends": "../../../tsconfig.base.json",
42
"compilerOptions": {
5-
"outDir": "./build/types"
6-
},
7-
"files": ["src/main.tsx"],
8-
"include": [
9-
"src"
10-
// "__tests__/**/*.test.*"
11-
]
3+
"strict": true,
4+
"esModuleInterop": true,
5+
"jsx": "react"
6+
}
127
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"composite": true,
3+
"extends": "../../../tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./build/types"
6+
},
7+
"files": ["src/main.tsx"],
8+
"include": [
9+
"src"
10+
// "__tests__/**/*.test.*"
11+
]
12+
}
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"composite": true,
3-
"extends": "../../../tsconfig.base.json",
42
"compilerOptions": {
5-
"outDir": "./build/types"
6-
},
7-
"files": ["src/main.tsx"],
8-
"include": [
9-
"src"
10-
// "__tests__/**/*.test.*"
11-
]
3+
"strict": true,
4+
"esModuleInterop": true,
5+
"jsx": "react"
6+
}
127
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"composite": true,
3+
"extends": "../../../tsconfig.base.json",
4+
"compilerOptions": {
5+
"outDir": "./build/types"
6+
},
7+
"files": ["src/main.tsx"],
8+
"include": [
9+
"src"
10+
// "__tests__/**/*.test.*"
11+
]
12+
}
+4-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
{
2-
"composite": true,
3-
"extends": "../../../tsconfig.base.json",
42
"compilerOptions": {
5-
"outDir": "./build/types"
6-
},
7-
"files": ["src/main.tsx"],
8-
"include": [
9-
"src"
10-
// "__tests__/**/*.test.*"
11-
]
3+
"strict": true,
4+
"esModuleInterop": true,
5+
"jsx": "react"
6+
}
127
}

0 commit comments

Comments
 (0)